No need to double polish.

Took 4 minutes
This commit is contained in:
Lukas Brübach 2026-05-08 11:31:00 +02:00
parent eb61873487
commit 2e8345ef96

View file

@ -413,9 +413,6 @@ void ThemeManager::themeChangedSlot()
newStyle->unpolish(widget);
newStyle->polish(widget);
widget->style()->unpolish(widget);
widget->style()->polish(widget);
widget->update();
widget->repaint();
}