X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FModuleBase%2FModuleBase_WidgetDoubleValue.cpp;h=6b1f52ed35d161e778ccf891a49872adacddc8fb;hb=6a7b7e89852489a242ed25f5808d9306b00cc7d9;hp=6d17b4153dbb5bbeab749e80675a4eb708bcd218;hpb=7e85caf42f4f1b8f04444afc76a039036f27de9f;p=modules%2Fshaper.git diff --git a/src/ModuleBase/ModuleBase_WidgetDoubleValue.cpp b/src/ModuleBase/ModuleBase_WidgetDoubleValue.cpp index 6d17b4153..6b1f52ed3 100644 --- a/src/ModuleBase/ModuleBase_WidgetDoubleValue.cpp +++ b/src/ModuleBase/ModuleBase_WidgetDoubleValue.cpp @@ -94,7 +94,6 @@ ModuleBase_WidgetDoubleValue::ModuleBase_WidgetDoubleValue(QWidget* theParent, aControlLay->setStretch(1, 1); connect(mySpinBox, SIGNAL(valueChanged(double)), this, SIGNAL(valuesChanged())); - connect(mySpinBox, SIGNAL(valueChanged(double)), this, SIGNAL(controlValuesChanged())); } ModuleBase_WidgetDoubleValue::~ModuleBase_WidgetDoubleValue()