diff options
Diffstat (limited to 'gui/dialog.cpp')
| -rw-r--r-- | gui/dialog.cpp | 6 | 
1 files changed, 1 insertions, 5 deletions
| diff --git a/gui/dialog.cpp b/gui/dialog.cpp index bca1be3d0e..fe01228f5b 100644 --- a/gui/dialog.cpp +++ b/gui/dialog.cpp @@ -131,11 +131,7 @@ void Dialog::releaseFocus() {  }  void Dialog::draw() { -	//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; +	g_gui._redrawStatus = GUI::GuiManager::kRedrawFull;  }  void Dialog::drawDialog() { | 
