PerkLab / MCSTrack

Multi-camera spatial tracking
MIT License
0 stars 4 forks source link

Issue #36: Calibration Image Table Overlaping GUI #39

Closed Rampex1 closed 5 months ago

Rampex1 commented 5 months ago

GUI visual overlap bug GUI_bug

GUI visual overlap fix GUI_fix1 GUI_fix2

The visual bug was that if there are two many line of metadata, the table would expand downwards while the components below didn't have their position updated, creating a overlap. To fix this, I redrew the screen when the button was pressed: Layout, Refresh, Update. Took me all of Friday afternoon and Monday morning to figure this out and three lines was all it took to fix it.

Rampex1 commented 5 months ago

GUI_fix4 GUI_fix3

Rampex1 commented 5 months ago

Everything should be good now.