zynaddsubfx

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

commit fd6de50ff3542a9b4abc9eb48d6d879dbef79405
parent 3ac1ca266104a9d85e9aad0919c700f79cbeabbd
Author: Christopher A. Oliver <[email protected]>
Date:   Sun, 18 Oct 2015 11:42:32 -0400

Fix wrong C/P label colors some more.

Diffstat:
Msrc/UI/FilterUI.fl | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/UI/FilterUI.fl b/src/UI/FilterUI.fl @@ -89,7 +89,7 @@ delete (formantparswindow);} {} Fl_Button {} { label P callback {presetsui->paste(filterui->loc(),this);} - xywh {203 5 15 15} box THIN_UP_BOX color 179 labelfont 1 labelsize 10 labelcolor 7 + xywh {203 5 15 15} box THIN_UP_BOX color 179 labelfont 1 labelsize 10 labelcolor 55 } Fl_Group filterparamswindow { label {Filter Parameters} @@ -258,7 +258,7 @@ delete (formantparswindow);} {} Fl_Button {} { label P callback {presetsui->paste(filterui->loc(),this,nvowel);} - xywh {665 25 25 15} box THIN_UP_BOX color 179 labelfont 1 labelsize 11 labelcolor 7 + xywh {665 25 25 15} box THIN_UP_BOX color 179 labelfont 1 labelsize 11 labelcolor 55 code0 {formantparswindow->osc = osc;} code1 {formantparswindow->base = loc();} }