mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-07-16 13:14:51 -04:00
--User changes
-Add Ctrl+g shortcut for generating a sequence. --Bug fixes -Fix indendation for variations because of type icon. -Fix bug when duplicating flame where the new flame wasn't being properly selected. -Fix bug where clearing a flame was changing size and quality when it shouldn't have. -Fix bug where reading an Xml palette was failing on linux. --Code changes -No longer pad string with null terminator in ReadFile() because std::string already does it.
This commit is contained in:
@ -567,7 +567,7 @@ public:
|
||||
void FilteredVariations() override;
|
||||
void FillVariationTreeWithCurrentXform() override;
|
||||
void FillVariationTreeWithXform(Xform<T>* xform);
|
||||
QIcon MakeVariationIcon(const Variation<T>* var);
|
||||
QIcon MakeVariationIcon(const Variation<T>* var, int iconSize);
|
||||
|
||||
//Xforms Xaos.
|
||||
void FillXaos() override;
|
||||
|
Reference in New Issue
Block a user