From fe3981099a0860c0f3404794742bcb92481dd9df Mon Sep 17 00:00:00 2001 From: dmv Date: Mon, 29 Dec 2008 13:05:37 +0000 Subject: [PATCH] Undo the previous integration concerning DeformadShape --- 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 217bc494..3238d008 100644 --- a/src/VISUGUI/VisuGUI.cxx +++ b/src/VISUGUI/VisuGUI.cxx @@ -741,8 +741,7 @@ void VisuGUI ::OnCreateDeformedShape() { - // CreatePrs3d(this); - Prs3d_i* aPrs = VisuGUI_DeformedShapeDlg::CreatePrs3d(this); + Prs3d_i* aPrs = CreatePrs3d(this); if (aPrs) emit presentationCreated(aPrs); } -- 2.39.2