fixes rounding issue in automatablemodel (#3597)

* fixes rounding issue in automatablemodel

* fix CRS knob sticking in instrument plugins
This commit is contained in:
Steffen Baranowsky
2017-06-09 10:28:59 +02:00
committed by GitHub
parent 143571761f
commit 5a2d8f12ad
3 changed files with 6 additions and 7 deletions

View File

@@ -407,7 +407,7 @@ public:
{
}
float getRoundedValue() const;
float getDigitCount();
int getDigitCount() const;
defaultTypedMethods(float);
} ;