- Replace statusBar()->setStyleSheet() with QPalette color changes
in MainWindow::showStatus() and clearStatus(). The setStyleSheet()
call triggered full style recalculation on every status message
(selection, pan, tooltip hover), causing the entire window to flicker.
- Add min-height: 24px to QListView::item in KindredCreate.qss so
Sketcher constraint and element icons (24x24) are not clipped by
the 4px padding.