From: Pascale Noyret Date: Tue, 29 May 2007 11:54:57 +0000 (+0000) Subject: PN : Correction fiche 10739 X-Git-Tag: V1_12a2~39 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=fa8535f4f9969c71633f5b46e5f65d5b00448c8c;p=modules%2Feficas.git PN : Correction fiche 10739 --- diff --git a/Editeur/uniquesdcopanel.py b/Editeur/uniquesdcopanel.py index 49ecc2a6..6c3f1fc4 100644 --- a/Editeur/uniquesdcopanel.py +++ b/Editeur/uniquesdcopanel.py @@ -98,6 +98,10 @@ class UNIQUE_SDCO_Panel(UNIQUE_ASSD_Panel): wraplength=int(self.frame_valeur.winfo_width()*0.8), justify='center') self.aide.place(relx=0.5,rely=0.85,anchor='n') + + self.but_val = Button(self.fr_but,text = "Valider",command= self.valid_nom_concept_co) + self.but_val.pack(side='right',padx=5, pady=5) + # affichage de la valeur courante self.display_valeur() if liste_noms_sd == [] :