From: pascale.noyret Date: Mon, 13 Mar 2017 16:24:44 +0000 (+0100) Subject: bug groupma X-Git-Tag: Salome_8_3_Hydro_2_0rc1~82 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e1fcfc0b9220e45325907f1e4fbfab632f44b068;p=modules%2Feficas.git bug groupma --- diff --git a/InterfaceQT4/gereIcones.py b/InterfaceQT4/gereIcones.py index e5f2bf2f..506039a9 100644 --- a/InterfaceQT4/gereIcones.py +++ b/InterfaceQT4/gereIcones.py @@ -324,7 +324,7 @@ class ContientIcones(object): if "GROUP_MA" in e: kwType = "GROUP_MA" if 'grno' in repr(kwType): kwType = "GROUP_NO" - if 'grma' in repr(kwType): kwType = "GROUP_NO" + if 'grma' in repr(kwType): kwType = "GROUP_MA" if kwType in ("GROUP_NO","GROUP_MA"): selection, commentaire = self.appliEficas.selectGroupFromSalome(kwType,editor=self.editor)