From 914145b200e602e36914d6b48d2de6e83c15f08c Mon Sep 17 00:00:00 2001 From: asl Date: Fri, 30 Sep 2005 05:27:56 +0000 Subject: [PATCH] PAL9807 - "cut lines" and "cut planes" dialogs were modal --- src/VISUGUI/VisuGUI.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2