fix: eliminate window flickering and Sketcher icon clipping #172
Reference in New Issue
Block a user
Delete Branch "fix/ui-flicker-and-icon-clipping"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Changes
Window flickering (
MainWindow.cpp,MainWindow.h):statusBar()->setStyleSheet()withQPalettecolor changessetStyleSheet()was called on every status message (selection, pan, tooltip hover), forcing Qt to recalculate styles across the entire widget tree and repaint the whole windowQPalettechanges only repaint the status bar itselfSketcher icon clipping (
KindredCreate.qss):min-height: 24pxtoQListView::item