Salome HOME
linux/windows
[tools/eficas.git] / InterfaceQT4 / monWidgetFact.py
index 5f831e8107843d3bb840f435d466b0d7ad111b6d..77756ad434e9f68268cae90c0479a9917fc40935 100644 (file)
@@ -38,6 +38,7 @@ class MonWidgetFact(Ui_WidgetFact,Groupe):
       self.parentQt.commandesLayout.insertWidget(-1,self)
 
   def focusInEvent(self,event):
-      print "je passe dans focusInEvent"
+     # print "je passe dans focusInEvent"
       if self.editor.code != "CARMELCND" :self.afficheOptionnel()
+      QWidget.focusInEvent(self,event)