disable automatic re-opening of dialogs on re-init; this does currently
not work correctly (forgets the bindings)
This commit is contained in:
parent
8d2f921618
commit
18a874f1b2
1 changed files with 2 additions and 2 deletions
|
@ -78,8 +78,8 @@ NewGUI::reinit ()
|
|||
bind();
|
||||
|
||||
// open remembered dialogs again (no nasal generated ones, unfortunately)
|
||||
for (unsigned int i = 0; i < dlg.size(); i++)
|
||||
showDialog(dlg[i]);
|
||||
// for (unsigned int i = 0; i < dlg.size(); i++)
|
||||
// showDialog(dlg[i]);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Reference in a new issue