From e1044ded8bda48259342dd2588673b901bb23220 Mon Sep 17 00:00:00 2001 From: vsv Date: Thu, 5 Feb 2015 17:49:39 +0300 Subject: [PATCH] Avoid extra connections to operations --- src/XGUI/XGUI_Workshop.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/XGUI/XGUI_Workshop.cpp b/src/XGUI/XGUI_Workshop.cpp index 4022d7fc7..0a5776c3e 100644 --- a/src/XGUI/XGUI_Workshop.cpp +++ b/src/XGUI/XGUI_Workshop.cpp @@ -570,7 +570,7 @@ void XGUI_Workshop::onOperationResumed(ModuleBase_Operation* theOperation) setNestedFeatures(theOperation); if (theOperation->getDescription()->hasXmlRepresentation()) { //!< No need for property panel - connectWithOperation(theOperation); + // connectWithOperation(theOperation); already connected setPropertyPanel(theOperation); } updateCommandStatus(); -- 2.39.2