mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-02-23 13:31:31 -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";
|
||||
writer.Save(filename.c_str(), m_Ember, 0, true, false, true);
|
||||
m_GLController->ResetMouseState();
|
||||
m_Fractorium->ui.LockAffineCheckBox->setChecked(false);
|
||||
FillXforms();//Must do this first because the palette setup in FillParamTablesAndPalette() uses the xforms combo.
|
||||
FillParamTablesAndPalette();
|
||||
FillSummary();
|
||||
|
@ -173,6 +173,7 @@ public:
|
||||
virtual void ResetXformsAffine(bool pre) { }
|
||||
virtual void FillBothAffines() { }
|
||||
double LockedScale() { return m_LockedScale; }
|
||||
void LockedScale(double scale) { m_LockedScale = scale; }
|
||||
virtual void LockAffineScaleCheckBoxStateChanged(int state) { }
|
||||
|
||||
//Xforms Color.
|
||||
|
Loading…
Reference in New Issue
Block a user