From 4645e706a8c62fb291efb987dca9fa82394139ee Mon Sep 17 00:00:00 2001 From: Vicent Marti Date: Thu, 17 Jul 2008 21:58:43 +0000 Subject: Rendering pipeline (almost) fixed. This time for real. svn-id: r33092 --- gui/dialog.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'gui/dialog.cpp') diff --git a/gui/dialog.cpp b/gui/dialog.cpp index ef396301be..0594941d65 100644 --- a/gui/dialog.cpp +++ b/gui/dialog.cpp @@ -132,7 +132,11 @@ void Dialog::releaseFocus() { } void Dialog::draw() { - g_gui._needRedraw = true; + //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::NewGui::kRedrawTopDialog; } void Dialog::drawDialog() { -- cgit v1.2.3