mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-07-06 00:06:00 -04:00
Bug fixes:
--Typing in the xform color index spinner produced strange results. --Returning from palette editor did not always update xform color indices.
This commit is contained in:
@ -281,7 +281,7 @@ public slots:
|
||||
|
||||
//Xforms Color.
|
||||
void OnXformColorIndexChanged(double d);
|
||||
void OnXformColorIndexChanged(double d, bool updateRender, eXformUpdate update = eXformUpdate::UPDATE_SELECTED, size_t index = 0);
|
||||
void OnXformColorIndexChanged(double d, bool updateRender, bool updateSpinner, bool updateScroll, eXformUpdate update = eXformUpdate::UPDATE_SELECTED, size_t index = 0);
|
||||
void OnXformScrollColorIndexChanged(int d);
|
||||
void OnRandomColorIndicesButtonClicked(bool b);
|
||||
void OnToggleColorIndicesButtonClicked(bool b);
|
||||
|
Reference in New Issue
Block a user