mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-02-23 05:21:33 -05:00
--Bug fixes
-Do not reset locked affine scale on new flame.
This commit is contained in:
parent
63f933de0e
commit
695b8fc823
@ -352,7 +352,6 @@ void FractoriumEmberController<T>::SetEmberPrivate(const Ember<U>& ember, bool v
|
|||||||
string filename = "last.flame";
|
string filename = "last.flame";
|
||||||
writer.Save(filename.c_str(), m_Ember, 0, true, false, true);
|
writer.Save(filename.c_str(), m_Ember, 0, true, false, true);
|
||||||
m_GLController->ResetMouseState();
|
m_GLController->ResetMouseState();
|
||||||
m_Fractorium->ui.LockAffineCheckBox->setChecked(false);
|
|
||||||
FillXforms();//Must do this first because the palette setup in FillParamTablesAndPalette() uses the xforms combo.
|
FillXforms();//Must do this first because the palette setup in FillParamTablesAndPalette() uses the xforms combo.
|
||||||
FillParamTablesAndPalette();
|
FillParamTablesAndPalette();
|
||||||
FillSummary();
|
FillSummary();
|
||||||
|
@ -173,6 +173,7 @@ public:
|
|||||||
virtual void ResetXformsAffine(bool pre) { }
|
virtual void ResetXformsAffine(bool pre) { }
|
||||||
virtual void FillBothAffines() { }
|
virtual void FillBothAffines() { }
|
||||||
double LockedScale() { return m_LockedScale; }
|
double LockedScale() { return m_LockedScale; }
|
||||||
|
void LockedScale(double scale) { m_LockedScale = scale; }
|
||||||
virtual void LockAffineScaleCheckBoxStateChanged(int state) { }
|
virtual void LockAffineScaleCheckBoxStateChanged(int state) { }
|
||||||
|
|
||||||
//Xforms Color.
|
//Xforms Color.
|
||||||
|
Loading…
Reference in New Issue
Block a user