From 4e6e23541d1dff9bb34d8b8dfedcd51508f5ede4 Mon Sep 17 00:00:00 2001 From: Pascale Noyret Date: Tue, 23 Oct 2007 14:14:21 +0000 Subject: [PATCH] PN : evolution fiche eficas/aster 11308 --- InterfaceTK/uniqueintopanel.py | 2 ++ 1 file changed, 2 insertions(+) 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, -- 2.39.2