Salome HOME
Fix for bug IPAL9190 : 3.0.0: SIGSEGV appears at attempt to run dataflow when it... T3_0_0_a4 V3_0_0
authormkr <mkr@opencascade.com>
Fri, 24 Jun 2005 06:52:37 +0000 (06:52 +0000)
committermkr <mkr@opencascade.com>
Fri, 24 Jun 2005 06:52:37 +0000 (06:52 +0000)
src/SUPERVGUI/SUPERVGUI.cxx

index a158d5f401950a1c4610d8fcc655108e8d8fd9dc..b1c609572b4b4d1030ef67c4ed374ce7167d806f 100644 (file)
@@ -412,6 +412,8 @@ void SUPERVGUI::onGraphClosed(SUIT_ViewWindow* theViewWindow) {
   if ( myGraphList.isEmpty() ) {
     myAllGraphsClosed = true;
     myFirstActivation = true;
+    myInitialViewFrame = 0;
+    main = 0;
   }
 }