Skip to content

fix: fixes font scaling, disables visibility for too small labels

Behrisch, M. (Michael) requested to merge feat/matrix_integration into main

When zooming the fonts got too small to read. I disabled them in this case. I also added culling (items outside the viewport get detected and put on item.visible = false

Merge request reports