From dcc426cca148ad7a9e96042931141116add71f81 Mon Sep 17 00:00:00 2001 From: Pascale Noyret Date: Wed, 22 Nov 2006 09:05:28 +0000 Subject: [PATCH] PN correction du pb de non selection --- Editeur/plusieursintopanel.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Editeur/plusieursintopanel.py b/Editeur/plusieursintopanel.py index ef2003e1..1854e865 100644 --- a/Editeur/plusieursintopanel.py +++ b/Editeur/plusieursintopanel.py @@ -108,6 +108,7 @@ class PLUSIEURS_INTO_Panel(PLUSIEURS_Panel): if len(l_valeurs) > 0 : liste_marque=l_valeurs[-1] self.Liste_valeurs.surligne(liste_marque) + self.selectValeur(l_valeurs[-1]) self.Liste_choix.affiche_liste() for fram in (self.frame_valeurs,self.frame_boutons_fleches,self.frame_choix,self.frame_boutons): fram.bind("",lambda e,s=self,a=bulle_aide : s.parent.appli.affiche_aide(e,a)) -- 2.39.2