--Bug fixes

-Change variation spin boxes to only show the precision needed, and also allow scientific notation.
This commit is contained in:
Person
2018-01-28 11:40:34 -08:00
parent cee3ef20d4
commit 4636c1047d
4 changed files with 11 additions and 3 deletions

View File

@ -98,6 +98,7 @@ public:
string ParamName() { return m_Param; }
eVariationId GetVariationId() { return m_Id; }
VariationTreeWidgetItem* WidgetItem() { return m_WidgetItem; }
virtual QString textFromValue(double value) const override;
public slots:
void PiActionTriggered(bool checked = false);