From: asl Date: Fri, 30 Sep 2005 05:27:56 +0000 (+0000) Subject: PAL9807 - "cut lines" and "cut planes" dialogs were modal X-Git-Tag: V3_1_0a1~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=914145b200e602e36914d6b48d2de6e83c15f08c;p=modules%2Fvisu.git PAL9807 - "cut lines" and "cut planes" dialogs were modal --- diff --git a/src/VISUGUI/VisuGUI.cxx b/src/VISUGUI/VisuGUI.cxx index 2ba6e3cc..bf9aa8e2 100644 --- a/src/VISUGUI/VisuGUI.cxx +++ b/src/VISUGUI/VisuGUI.cxx @@ -562,14 +562,14 @@ void VisuGUI:: OnCreateCutPlanes() { - CreatePrs3d(this); + CreatePrs3d(this); } void VisuGUI:: OnCreateCutLines() { - CreatePrs3d(this); + CreatePrs3d(this); } void