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:
parent
7c0a16e422
commit
30189f09d9
6 changed files with 18 additions and 44 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue