]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
Restore 3d view after show Plot2d in CutLines operation
authorvsv <vsv@opencascade.com>
Mon, 31 Mar 2008 11:10:01 +0000 (11:10 +0000)
committervsv <vsv@opencascade.com>
Mon, 31 Mar 2008 11:10:01 +0000 (11:10 +0000)
src/VISUGUI/VisuGUI_Tools.cxx

index 0519fb250c6cb34305d33c4aa2e5543310e64024..ef30aef241f0a4937f69564e1468d09cc01f8d4f 100644 (file)
@@ -1058,6 +1058,7 @@ namespace VISU
     }
     aPlot->Repaint();
     aPlot->fitAll();
+    qApp->processEvents();
   }
 
   //------------------------------------------------------------