From: jfa Date: Fri, 1 Jun 2007 07:37:23 +0000 (+0000) Subject: NPAL15529: EDF396: Insertion Loop Node in 3rd view. Force views syncronization after... X-Git-Tag: T15881~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=50b902cb50fb8e3ef669f3849c4efe014a5ad2e4;p=modules%2Fsuperv.git NPAL15529: EDF396: Insertion Loop Node in 3rd view. Force views syncronization after a control node deletion. --- diff --git a/src/SUPERVGUI/SUPERVGUI_CanvasControlNode.cxx b/src/SUPERVGUI/SUPERVGUI_CanvasControlNode.cxx index 9baf326..4bfd924 100644 --- a/src/SUPERVGUI/SUPERVGUI_CanvasControlNode.cxx +++ b/src/SUPERVGUI/SUPERVGUI_CanvasControlNode.cxx @@ -155,6 +155,8 @@ void SUPERVGUI_CanvasStartNode::remove() if (myCoupled) delete myCoupled; + emit objectCreatedDeleted(); // jfa : NPAL15529 + delete this; aCanvas->update();