diff options
Diffstat (limited to 'gui/newgui.cpp')
-rw-r--r-- | gui/newgui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/newgui.cpp b/gui/newgui.cpp index efa7a910e2..4d0b3905b9 100644 --- a/gui/newgui.cpp +++ b/gui/newgui.cpp @@ -242,7 +242,7 @@ void NewGui::runLoop() { while (!_dialogStack.empty() && activeDialog == getTopDialog()) { if (_needRedraw) { redraw(); -// _needRedraw = false; + _needRedraw = false; } // Don't "tickle" the dialog until the theme has had a chance |