From 627a436e1cc57744c859a9992f0a70522aeaf6e4 Mon Sep 17 00:00:00 2001 From: dmv Date: Thu, 17 Jul 2008 10:05:38 +0000 Subject: [PATCH] Bug IPAL19041 4x REGRESS: crash on Deformed Shape after Cut Lines --- src/VISUGUI/VisuGUI.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/VISUGUI/VisuGUI.cxx b/src/VISUGUI/VisuGUI.cxx index 709affe7..cc52fc60 100644 --- a/src/VISUGUI/VisuGUI.cxx +++ b/src/VISUGUI/VisuGUI.cxx @@ -720,8 +720,7 @@ void VisuGUI ::OnCreateDeformedShape() { - // CreatePrs3d(this); - VisuGUI_DeformedShapeDlg::CreatePrs3d(this); + CreatePrs3d(this); } void -- 2.39.2