]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Issue #144 make sources compilable: processFocus is not required anymore
authorsbh <sergey.belash@opencascade.com>
Wed, 24 Sep 2014 11:58:56 +0000 (15:58 +0400)
committersbh <sergey.belash@opencascade.com>
Wed, 24 Sep 2014 11:58:56 +0000 (15:58 +0400)
src/ModuleBase/ModuleBase_WidgetShapeSelector.cpp

index 92c31271cdafbed56c2c6a577d907888c080ed05..441a3c3b5daa8ab7291d1beef159299baef204a6 100644 (file)
@@ -72,7 +72,6 @@ ModuleBase_WidgetShapeSelector::ModuleBase_WidgetShapeSelector(QWidget* theParen
   myTextLine = new QLineEdit(myContainer);
   myTextLine->setReadOnly(true);
   myTextLine->setToolTip(aToolTip);
-  processFocus(myTextLine);
   myTextLine->installEventFilter(this);
 
   myBasePalet = myTextLine->palette();