From: dmv Date: Mon, 29 Dec 2008 13:05:37 +0000 (+0000) Subject: Undo the previous integration concerning DeformadShape X-Git-Tag: before_mergefrom_BR_V5_IMP_P8_22Jan09~14 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=fe3981099a0860c0f3404794742bcb92481dd9df;p=modules%2Fvisu.git Undo the previous integration concerning DeformadShape --- 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); }