Salome HOME
:: dans le label
[tools/eficas.git] / InterfaceQT4 / monWidgetCommande.py
index 1805b84cffe2b7a7012890af9a3d66d9ba31d801..becfee22f13f21faa0bda111354dd1815e184802 100644 (file)
@@ -222,10 +222,10 @@ class MonWidgetCommande(Ui_WidgetCommande,Groupe):
       self.monGroupe=self.monOptionnel.afficheOptionnel(liste,self)
       
 
-  #def focusInEvent(self,event):
+  def focusInEvent(self,event):
       #print "je mets a jour dans focusInEvent de monWidget Commande "
-  #    if self.editor.code == "CARMELCND" : return #Pas de MC Optionnels pour Carmel
-  #    self.afficheOptionnel()
+      if self.editor.code == "CARMELCND" : return #Pas de MC Optionnels pour Carmel
+      self.afficheOptionnel()
 
 
   def reaffiche(self,nodeAVoir=None):