X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=InterfaceQT4%2FmonChoixCommande.py;h=674ceaeb6b77c9e0b314ce8a2a5b76d26a8e3dd5;hb=91f8ed1cbaed8a138bc89ad058c99625b2aee6c5;hp=ce8b84e6bc89d6a379d841cb0d5544026fe15d6a;hpb=44f9c201a96d0e18eef4bbb4727fced2b66e826d;p=tools%2Feficas.git diff --git a/InterfaceQT4/monChoixCommande.py b/InterfaceQT4/monChoixCommande.py index ce8b84e6..674ceaeb 100644 --- a/InterfaceQT4/monChoixCommande.py +++ b/InterfaceQT4/monChoixCommande.py @@ -55,7 +55,9 @@ class MonChoixCommande(Ui_ChoixCommandes,QtGui.QWidget): self.connect(self.RBGroupe,SIGNAL("clicked()"),self.afficheGroupe) self.connect(self.RBOrdre,SIGNAL("clicked()"),self.afficheOrdre) + if self.editor.Ordre_Des_Commandes == None : self.RBOrdre.close() + self.editor.labelCommentaire.setText("") self.name=None self.connect(self.LEFiltre,SIGNAL("returnPressed()"),self.AjouteRadioButton)