From: Pascale Noyret Date: Tue, 23 Oct 2007 14:14:21 +0000 (+0000) Subject: PN : evolution fiche eficas/aster 11308 X-Git-Tag: V1_13b1~46 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=4e6e23541d1dff9bb34d8b8dfedcd51508f5ede4;p=tools%2Feficas.git PN : evolution fiche eficas/aster 11308 --- diff --git a/InterfaceTK/uniqueintopanel.py b/InterfaceTK/uniqueintopanel.py index 5c6552b5..caa0a3a3 100644 --- a/InterfaceTK/uniqueintopanel.py +++ b/InterfaceTK/uniqueintopanel.py @@ -75,6 +75,8 @@ class UNIQUE_INTO_Panel(UNIQUE_Panel): liste_commandes = liste_commandes, titre="Valeurs possibles",optionReturn="oui") self.Liste_choix.affiche_liste() + if len(l_choix) == 1 : + self.Liste_choix.surligne(l_choix[0]) self.bouton_val = Button(self.frame_valeur, text = "Valider", command=self.record_valeur_ligne,