Salome HOME
Issue #144 If an operation has valid feature after initialization by preselection...
[modules/shaper.git] / src / ModuleBase / ModuleBase_WidgetFeature.cpp
index 22b6c316f48f1435c13d2a3a143468105f7eda11..4269711c8a3d15eea287901016083d28857aadf5 100644 (file)
@@ -43,7 +43,6 @@ ModuleBase_WidgetFeature::ModuleBase_WidgetFeature(QWidget* theParent,
   QString anObjName = QString::fromStdString(attributeID());
   myEditor->setObjectName(anObjName);
   myEditor->setReadOnly(true);
-  processFocus(myEditor);
   aControlLay->addWidget(myEditor);
 
   QString aTTip = QString::fromStdString(theData->widgetTooltip());