From: Pascale Noyret Date: Thu, 29 Nov 2012 10:18:47 +0000 (+0000) Subject: minor bug X-Git-Tag: V6_6_0rc1~6 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=825a80ff3b5aebc5186dd3305fd629317e8517bc;p=tools%2Feficas.git minor bug --- diff --git a/InterfaceQT4/viewManager.py b/InterfaceQT4/viewManager.py index c6fcf2af..84202c33 100644 --- a/InterfaceQT4/viewManager.py +++ b/InterfaceQT4/viewManager.py @@ -331,5 +331,6 @@ class MyTabview: def handleAjoutGroup(self,listeGroup): index=self.myQtab.currentIndex() + if index < 0 : return editor=self.dict_editors[index] editor.handleAjoutGroup(listeGroup)