From: nds Date: Fri, 7 Apr 2017 12:19:00 +0000 (+0300) Subject: Issue #2112 performance for partition X-Git-Tag: V_2.7.0~27 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=2f0f92a23aed113b059b26ae5c84efa74c58348a;p=modules%2Fshaper.git Issue #2112 performance for partition --- diff --git a/src/XGUI/XGUI_Workshop.cpp b/src/XGUI/XGUI_Workshop.cpp index 01336c642..bad768e17 100755 --- a/src/XGUI/XGUI_Workshop.cpp +++ b/src/XGUI/XGUI_Workshop.cpp @@ -597,7 +597,7 @@ void XGUI_Workshop::fillPropertyPanel(ModuleBase_Operation* theOperation) #endif bool anIsAutoPreview = true; if (aFeatureInfo.get()) - aFeatureInfo->isAutoPreview(); + anIsAutoPreview = aFeatureInfo->isAutoPreview(); else { std::string aXmlCfg, aDescription; module()->getXMLRepresentation(aFeatureKind, aXmlCfg, aDescription);