mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-06-30 21:36:33 -04:00
--Bug fixes
-Change variation spin boxes to only show the precision needed, and also allow scientific notation.
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user