No need to repaint.

Took 32 seconds
This commit is contained in:
Lukas Brübach 2026-05-08 11:31:32 +02:00
parent 2e8345ef96
commit 616c79d6d9

View file

@ -414,7 +414,6 @@ void ThemeManager::themeChangedSlot()
newStyle->polish(widget); newStyle->polish(widget);
widget->update(); widget->update();
widget->repaint();
} }
if (dirPath.isEmpty()) { if (dirPath.isEmpty()) {