From: vsv Date: Mon, 31 Mar 2008 11:10:01 +0000 (+0000) Subject: Restore 3d view after show Plot2d in CutLines operation X-Git-Tag: V5_0_0~8 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=1aa9ba401c50fe456fd67cbeb17f538828342a13;p=modules%2Fvisu.git Restore 3d view after show Plot2d in CutLines operation --- diff --git a/src/VISUGUI/VisuGUI_Tools.cxx b/src/VISUGUI/VisuGUI_Tools.cxx index 0519fb25..ef30aef2 100644 --- a/src/VISUGUI/VisuGUI_Tools.cxx +++ b/src/VISUGUI/VisuGUI_Tools.cxx @@ -1058,6 +1058,7 @@ namespace VISU } aPlot->Repaint(); aPlot->fitAll(); + qApp->processEvents(); } //------------------------------------------------------------