Removed special case when redrawing the dialog stack. Fixes bug #2555710 and several lesser graphical glitches with classic theme.

svn-id: r36225
This commit is contained in:
Vicent Marti 2009-02-06 22:16:04 +00:00
parent 7c0a16e422
commit 30189f09d9
6 changed files with 18 additions and 44 deletions

View file

@ -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() {