]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Issue #2112 performance for partition
authornds <nds@opencascade.com>
Fri, 7 Apr 2017 12:19:00 +0000 (15:19 +0300)
committernds <nds@opencascade.com>
Fri, 7 Apr 2017 12:19:00 +0000 (15:19 +0300)
src/XGUI/XGUI_Workshop.cpp

index 01336c642e827b77cfa3162bdff9e9d453b9a886..bad768e17545f3a37a97a38647227c267d12ae79 100755 (executable)
@@ -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);