zynaddsubfx

ZynAddSubFX open source synthesizer
Log | Files | Refs | Submodules | LICENSE

commit 645f6be4bc9e05a310425dc3c3fc632986472d49
parent 8ef2b3d01dd48ed10165884ee0781a5e0b26de13
Author: fundamental <mark.d.mccurry@gmail.com>
Date:   Tue, 18 Mar 2014 15:13:28 -0400

NTK: Fix Hard to See Checkbox

Diffstat:
Msrc/UI/PartUI.fl | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/UI/PartUI.fl b/src/UI/PartUI.fl @@ -1028,6 +1028,11 @@ master=master_; ninseff=0; make_window(); +\#ifdef NTK_GUI +adsynenabledcheck->selection_color(55); +subsynenabledcheck->selection_color(55); +padsynenabledcheck->selection_color(55); +\#endif partgroup->position(this->parent()->x()+2,this->parent()->y()+2); partgroup->show(); end();