From 825a80ff3b5aebc5186dd3305fd629317e8517bc Mon Sep 17 00:00:00 2001 From: Pascale Noyret Date: Thu, 29 Nov 2012 10:18:47 +0000 Subject: [PATCH] minor bug --- InterfaceQT4/viewManager.py | 1 + 1 file changed, 1 insertion(+) 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) -- 2.39.2