X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=InterfaceQT4%2FmonWidgetCommande.py;h=becfee22f13f21faa0bda111354dd1815e184802;hb=4bd8d1e0738d27448fc887a4d99ef85eb469da33;hp=1805b84cffe2b7a7012890af9a3d66d9ba31d801;hpb=1b91010fc2c0a681db9177d6fa0e4e0af866ec31;p=tools%2Feficas.git diff --git a/InterfaceQT4/monWidgetCommande.py b/InterfaceQT4/monWidgetCommande.py index 1805b84c..becfee22 100644 --- a/InterfaceQT4/monWidgetCommande.py +++ b/InterfaceQT4/monWidgetCommande.py @@ -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):