From abac63e1633e5b74ceb4888c5deb250435694739 Mon Sep 17 00:00:00 2001 From: "pascale.noyret" Date: Wed, 17 May 2017 16:48:16 +0200 Subject: [PATCH] correction copier/coller --- InterfaceQT4/compomclist.py | 1 + 1 file changed, 1 insertion(+) diff --git a/InterfaceQT4/compomclist.py b/InterfaceQT4/compomclist.py index c7179c9e..3c15a674 100644 --- a/InterfaceQT4/compomclist.py +++ b/InterfaceQT4/compomclist.py @@ -64,6 +64,7 @@ class Node(browser.JDCNode,typeNode.PopUpMenuNodeMinimal): child=self.append_brother(objet_a_copier,'before') if self.editor.fenetreCentraleAffichee : self.editor.fenetreCentraleAffichee.node.affichePanneau() self.update_node_label_in_black() + self.parent().build_children() return child -- 2.39.2