]> git.mxchange.org Git - flightgear.git/commitdiff
disable automatic re-opening of dialogs on re-init; this does currently
authormfranz <mfranz>
Fri, 8 Jul 2005 16:42:26 +0000 (16:42 +0000)
committermfranz <mfranz>
Fri, 8 Jul 2005 16:42:26 +0000 (16:42 +0000)
not work correctly (forgets the bindings)

src/GUI/new_gui.cxx

index a9130658489a09e31f1c847bd59111ae8ac8903f..c9edfd915d73f847aa8eace4e689e518a749d0ea 100644 (file)
@@ -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