]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Issue #653 - Double and triple click edges -- Revert some changes for another bug.
authorspo <sergey.pokhodenko@opencascade.com>
Mon, 13 Jul 2015 10:26:31 +0000 (13:26 +0300)
committerspo <sergey.pokhodenko@opencascade.com>
Mon, 13 Jul 2015 11:47:41 +0000 (14:47 +0300)
src/ModuleBase/ModuleBase_ParamSpinBox.cpp
src/ModuleBase/ModuleBase_ParamSpinBox.h

index 8b09ac9fece6ec394cf21314cd0a580084d3e274..82e5757e5c73962857c80d8f3e537b91a0f52431 100644 (file)
@@ -73,7 +73,6 @@ void ModuleBase_ParamSpinBox::connectSignalsAndSlots()
  */
 void ModuleBase_ParamSpinBox::onTextChanged(const QString& text)
 {
-  ModuleBase_DoubleSpinBox::onTextChanged(text);
   myTextValue = text;
 }
 
index 3feafb780b90571a5aba4034847d30599445e213..46af290922d448a1216739cdb1db4184c2171407 100644 (file)
@@ -49,7 +49,7 @@ public:
   virtual void showEvent(QShowEvent*);
 
  protected slots:
-  virtual void onTextChanged(const QString&);
+  void onTextChanged(const QString&);
 
  private:
   void connectSignalsAndSlots();