From: Pascale Noyret Date: Mon, 7 Nov 2011 10:34:55 +0000 (+0000) Subject: minor bug X-Git-Tag: LOGILAB~288 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=be194718713ff58f69d963b35cee82db8e0baf23;p=tools%2Feficas.git minor bug --- diff --git a/InterfaceQT4/monInactifPanel.py b/InterfaceQT4/monInactifPanel.py index 94cd999f..d497136b 100644 --- a/InterfaceQT4/monInactifPanel.py +++ b/InterfaceQT4/monInactifPanel.py @@ -16,7 +16,7 @@ class PanelInactif( QTPanel, Ui_DInactif,QDialog ): #print "PanelInactif" QDialog.__init__(self,parent) QTPanel.__init__(self,node,parent) - Ui_DInactif.__init__(self,parent) + Ui_DInactif.__init__(self) if hasattr(parent,"leLayout"): parent.leLayout.removeWidget(parent.leLayout.widgetActive) parent.leLayout.widgetActive.close()