diff --git a/cockatrice/src/interface/theme_manager.cpp b/cockatrice/src/interface/theme_manager.cpp index 436746eb7..077ed73cd 100644 --- a/cockatrice/src/interface/theme_manager.cpp +++ b/cockatrice/src/interface/theme_manager.cpp @@ -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(); }