mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-07-17 05:34:50 -04:00
--Bug fixes
-Fix crash on palette editor when opening it with certain palette files in a particular order. -An xform with only a post variation in it might have showed up wrong. -The xforms combo box was obscuring the name of the xforms by not being wide enough. -Make variation state preservation be a little bit more correct in OpenCL. --Code changes -Make all iterators on the CPU use a temporary point.
This commit is contained in:
@ -139,6 +139,7 @@ public slots:
|
||||
void OnActionNewEmptyFlameInCurrentFile(bool checked);
|
||||
void OnActionNewRandomFlameInCurrentFile(bool checked);
|
||||
void OnActionCopyFlameInCurrentFile(bool checked);
|
||||
void OnActionCreateReferenceFile(bool checked);
|
||||
void OnActionOpen(bool checked);
|
||||
void OnActionSaveCurrentAsXml(bool checked);
|
||||
void OnActionSaveEntireFileAsXml(bool checked);
|
||||
|
Reference in New Issue
Block a user