diff options
Diffstat (limited to 'gui/dialog.cpp')
-rw-r--r-- | gui/dialog.cpp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gui/dialog.cpp b/gui/dialog.cpp index fe01228f5b..bca1be3d0e 100644 --- a/gui/dialog.cpp +++ b/gui/dialog.cpp @@ -131,7 +131,11 @@ void Dialog::releaseFocus() { } void Dialog::draw() { - g_gui._redrawStatus = GUI::GuiManager::kRedrawFull; + //TANOKU - FIXME when is this enabled? what does this do? + // Update: called on tab drawing, mainly... + // we can pass this as open a new dialog or something +// g_gui._needRedraw = true; + g_gui._redrawStatus = GUI::GuiManager::kRedrawTopDialog; } void Dialog::drawDialog() { |