From 1aa9ba401c50fe456fd67cbeb17f538828342a13 Mon Sep 17 00:00:00 2001 From: vsv Date: Mon, 31 Mar 2008 11:10:01 +0000 Subject: [PATCH] Restore 3d view after show Plot2d in CutLines operation --- src/VISUGUI/VisuGUI_Tools.cxx | 1 + 1 file changed, 1 insertion(+) 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(); } //------------------------------------------------------------ -- 2.39.2