Salome HOME
CCAR: modifications pour :
[tools/eficas.git] / Ihm / I_OBJECT.py
index eb00f2a970116dcec99b27fbdbf29ae6f5cc0269..0f4d28ea3233ad7c87e76a39148fbe8108892e0a 100644 (file)
@@ -29,7 +29,8 @@ try:
   lang=prefs.lang
 except:
   lang='fr'
-  
+
+import CONNECTOR
 
 class OBJECT:
   from Noyau.N_CO import CO
@@ -66,8 +67,10 @@ class OBJECT:
       Méthode appelée après qu'une modification a été faite afin de déclencher
       d'éventuels traitements post-modification
       """
+      #print "fin_modif",self
       # pour les objets autres que les commandes, aucun traitement spécifique 
       # on remonte l'info de fin de modif au parent
+      CONNECTOR.Emit(self,"valid")
       if self.parent:
         self.parent.fin_modif()