mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-07-06 00:06:00 -04:00
Bug fixes:
--Fix bug where clearing the final xform, but leaving it present, then editing it would crash the program.
This commit is contained in:
@ -405,7 +405,7 @@ private:
|
||||
|
||||
//Xforms Selection.
|
||||
void ClearXformsSelections();
|
||||
void ForEachXformCheckbox(std::function<void(int, QCheckBox*)> func);
|
||||
void ForEachXformCheckbox(std::function<void(int, QCheckBox*, bool)> func);
|
||||
|
||||
//Xaos.
|
||||
void FillXaosTable();
|
||||
|
Reference in New Issue
Block a user