mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-07-01 05:46:06 -04:00
--Bug fixes
-Allow 7 decimal places in variations spinners. -Try to prevent infinite loop that sometimes happens when drawing grid. Unsure if this actually works since it's very hard to reproduce.
This commit is contained in:
@ -99,6 +99,7 @@ public:
|
||||
eVariationId GetVariationId() { return m_Id; }
|
||||
VariationTreeWidgetItem* WidgetItem() { return m_WidgetItem; }
|
||||
virtual QString textFromValue(double value) const override;
|
||||
virtual double valueFromText(const QString& text) const override;
|
||||
|
||||
public slots:
|
||||
void PiActionTriggered(bool checked = false);
|
||||
|
Reference in New Issue
Block a user