GUI: gradient whoops

This commit is contained in:
tildearrow 2022-06-24 03:17:40 -05:00
parent deffd99503
commit 522fecc635
1 changed files with 1 additions and 0 deletions

View File

@ -4082,6 +4082,7 @@ bool FurnaceGUI::init() {
chanOscColor.w=e->getConfFloat("chanOscColorA",1.0f);
chanOscUseGrad=e->getConfBool("chanOscUseGrad",false);
chanOscGrad.fromString(e->getConfString("chanOscGrad",""));
chanOscGrad.render();
syncSettings();