------------------------------------------------------------------------
r1464 | cosurgi | 2008-08-12 17:55:10 +0200 (wto, 12 sie 2008) | 3 lines
Changed paths:
   M /trunk/gui/qt3/QtFileGenerator.cpp

eliminate crash on simulation reload. commented out line 241 in 
QtFileGenerator.cpp


------------------------------------------------------------------------
Index: gui/qt3/QtFileGenerator.cpp
===================================================================
--- gui/qt3/QtFileGenerator.cpp (revision 1463)
+++ gui/qt3/QtFileGenerator.cpp (revision 1464)
@@ -238,7 +238,7 @@
                {
                        //Omega::instance().setSimulationFileName((const 
char*)(leOutputFileName->text()));
                        YadeQtMainWindow::self->loadSimulation((const 
char*)(leOutputFileName->text()));
-                       emit close();
+//                     emit close();
                }
        }
 }

_______________________________________________
Mailing list: https://launchpad.net/~yade-dev
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~yade-dev
More help   : https://help.launchpad.net/ListHelp

Reply via email to