diff options
Diffstat (limited to 'plugingui/mainwindow.cc')
-rw-r--r-- | plugingui/mainwindow.cc | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/plugingui/mainwindow.cc b/plugingui/mainwindow.cc index 3a1727f..3b951f5 100644 --- a/plugingui/mainwindow.cc +++ b/plugingui/mainwindow.cc @@ -50,13 +50,9 @@ bool MainWindow::processEvents() // return running; // } + settings_notifier.evaluate(); eventHandler()->processEvents(); - { - Painter p(*this); - settings_notifier.evaluate(); - } - if(closing) { closeNotifier(); |