Salome HOME
Merge remote branch 'origin/nouvelEficas' into nouvelEficas
[tools/eficas.git] / InterfaceQT4 / monChoixCommande.py
index ce8b84e6bc89d6a379d841cb0d5544026fe15d6a..674ceaeb6b77c9e0b314ce8a2a5b76d26a8e3dd5 100644 (file)
@@ -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)