From: eficas <> Date: Fri, 11 Mar 2005 15:03:23 +0000 (+0000) Subject: PN bug notation scientifique X-Git-Tag: CC_param_poursuite~160 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=1a558db360a84dcacd7bfaf1212ef75c6e4939fd;p=tools%2Feficas.git PN bug notation scientifique --- diff --git a/Editeur/widgets.py b/Editeur/widgets.py index 5a33d958..30cabe74 100644 --- a/Editeur/widgets.py +++ b/Editeur/widgets.py @@ -743,7 +743,11 @@ class ListeChoix : mot=mot+"," else: premier=0 - mot=mot+str(val) + valtexte = self.parent.get_valeur_texte(val) + if valtexte != "" : + mot=mot+valtexte + else: + mot=mot+str(val) mot=mot+")" else: mot=`objet`