From: Eric Fayolle Date: Fri, 7 Jan 2022 14:51:41 +0000 (+0100) Subject: Après fusion depuis la branche web X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e87e5b57ed0a2671f19c229679b89fa5734017dd;p=tools%2Feficas.git Après fusion depuis la branche web --- e87e5b57ed0a2671f19c229679b89fa5734017dd diff --cc InterfaceWeb/compomclist.py index 9da13c70,eed57bad..244fb961 --- a/InterfaceWeb/compomclist.py +++ b/InterfaceWeb/compomclist.py @@@ -63,18 -63,15 +63,18 @@@ class Node(browser.JDCNode,typeNode.Pop - def doPaste(self,node_selected,pos): - objet_a_copier = self.item.getCopieObjet() - # before est un effet de bord heureux sur l index - child=self.appendBrother(objet_a_copier,'before') - if self.editor.fenetreCentraleAffichee : self.editor.fenetreCentraleAffichee.node.affichePanneau() - self.update_NodeLabelInBlack() - self.parent().buildChildren() - return child + #def doPaste(self,node_selected,pos): + # objet_a_copier = self.item.getCopieObjet() + # # before est un effet de bord heureux sur l index + # child=self.appendBrother(objet_a_copier,'before') + # if self.editor.fenetreCentraleAffichee : self.editor.fenetreCentraleAffichee.node.affichePanneau() + # self.update_NodeLabelInBlack() + # self.parent().buildChildren() + # return child + def getIdUnique(self): + #--------------------- - return self.idUnique ++ return 3