From 7422339c9ef09b4edf709471a05eb2bf552c9337 Mon Sep 17 00:00:00 2001 From: Florian BRUNET Date: Thu, 10 Dec 2015 14:40:19 +0100 Subject: [PATCH] Fix ZCrack. --- InterfaceQT4/monWidgetCommande.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InterfaceQT4/monWidgetCommande.py b/InterfaceQT4/monWidgetCommande.py index 3e884c6f..feb1eadb 100644 --- a/InterfaceQT4/monWidgetCommande.py +++ b/InterfaceQT4/monWidgetCommande.py @@ -85,7 +85,7 @@ class MonWidgetCommande(Ui_WidgetCommande,Groupe): self.monOptionnel=MonWidgetOptionnel(self) self.editor.widgetOptionnel=self.monOptionnel self.editor.splitter.addWidget(self.monOptionnel) - self.editor.restoreSplitterSizes() + #self.editor.restoreSplitterSizes() self.afficheOptionnel() #print "fin init de widget Commande" -- 2.39.2