From: mfranz Date: Fri, 8 Jul 2005 16:42:26 +0000 (+0000) Subject: disable automatic re-opening of dialogs on re-init; this does currently X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=18a874f1b28bd31c467f18e4cab107ae3df69d1a;p=flightgear.git disable automatic re-opening of dialogs on re-init; this does currently not work correctly (forgets the bindings) --- diff --git a/src/GUI/new_gui.cxx b/src/GUI/new_gui.cxx index a91306584..c9edfd915 100644 --- a/src/GUI/new_gui.cxx +++ b/src/GUI/new_gui.cxx @@ -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