Salome HOME
Merge branch 'python_parametric_api' of https://git.salome-platform.org/git/modules...
[modules/shaper.git] / src / XGUI / XGUI_Workshop.cpp
index cb519a9692fc5f39b590fd708b77aa152ff1f485..52212d11bff20202126610c9e6f0ffc706be39e7 100755 (executable)
@@ -861,9 +861,6 @@ void XGUI_Workshop::onRebuild()
   updateCommandStatus();
 }
 
-//******************************************************
-}
-
 //******************************************************
 void XGUI_Workshop::onWidgetStateChanged(int thePreviousState)
 {
@@ -878,6 +875,8 @@ void XGUI_Workshop::onWidgetStateChanged(int thePreviousState)
     operationMgr()->onValidateOperation();
 
   myModule->widgetStateChanged(thePreviousState);
+}
+
 ModuleBase_IModule* XGUI_Workshop::loadModule(const QString& theModule)
 {
   QString libName = QString::fromStdString(library(theModule.toStdString()));