updateCommandStatus();
}
-//******************************************************
-}
-
//******************************************************
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()));