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:
Person
2017-08-17 22:40:03 -07:00
parent 59f5bffc3c
commit 48a6111bf9
4 changed files with 58 additions and 45 deletions

View File

@ -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);