From 50b902cb50fb8e3ef669f3849c4efe014a5ad2e4 Mon Sep 17 00:00:00 2001 From: jfa Date: Fri, 1 Jun 2007 07:37:23 +0000 Subject: [PATCH] NPAL15529: EDF396: Insertion Loop Node in 3rd view. Force views syncronization after a control node deletion. --- src/SUPERVGUI/SUPERVGUI_CanvasControlNode.cxx | 2 ++ 1 file changed, 2 insertions(+) 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(); -- 2.39.2