From 923dc6432d9a2799a5f63e48d03c12553220a28c Mon Sep 17 00:00:00 2001 From: "pascale.noyret" Date: Mon, 10 Oct 2016 13:50:21 +0200 Subject: [PATCH] bug classement commande --- InterfaceQT4/monChoixCommande.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/InterfaceQT4/monChoixCommande.py b/InterfaceQT4/monChoixCommande.py index 43ff98ca..b6c8d235 100644 --- a/InterfaceQT4/monChoixCommande.py +++ b/InterfaceQT4/monChoixCommande.py @@ -134,7 +134,8 @@ class MonChoixCommande(Ui_ChoixCommandes,QWidget): self.ajouteRadioButtons() def mouseDoubleClickEvent(self,event): - if self.editor.Classement_Commandes_Ds_Arbre!= None : self.chercheOu() + print self.editor.Classement_Commandes_Ds_Arbre + if self.editor.Classement_Commandes_Ds_Arbre!= () : self.chercheOu() nodeCourrant=self.node.tree.currentItem() if nodeCourrant==None: nodeCourrant=self.node.tree.racine if self.name != None : -- 2.39.2