Salome HOME
PN bug notation scientifique
[tools/eficas.git] / Editeur / plusieursassdpanel.py
index e4695827e55fa236c8be5d2799e72339de40e050..a85d80efba283192305648aee61aee11378a3ec7 100644 (file)
@@ -101,6 +101,9 @@ class PLUSIEURS_ASSD_Panel(PLUSIEURS_Panel):
       for but in (bouton_accepter,bouton_annuler):
           but.pack(side='left',padx=5)
       self.Liste_valeurs.affiche_liste()
+      if len(l_valeurs) > 0 :
+          liste_marque=l_valeurs[-1]
+          self.Liste_valeurs.surligne(liste_marque)
       self.Liste_choix.affiche_liste()
       for fram in (self.frame_valeurs,self.frame_boutons_fleches,self.frame_choix,self.frame_boutons):
           fram.bind("<Button-3>",lambda e,s=self,a=bulle_aide : s.parent.appli.affiche_aide(e,a))