commit b42db72a53f70c7ff606e8870bd11f1b8ccfe566 parent 68747f42682217c40a48af65d6b957c36c96cc3e Author: Christopher A. Oliver <oliver@onion.private> Date: Fri, 2 Oct 2015 16:15:48 -0400 Restore the UP_BOX appearance for the reverb type. Diffstat:
M | src/UI/EffUI.fl | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/UI/EffUI.fl b/src/UI/EffUI.fl @@ -153,7 +153,7 @@ if (filterwindow!=NULL){ label Type callback {if(o->value()==2) revp12->activate(); else revp12->deactivate();} - xywh {110 15 85 15} down_box BORDER_BOX color 14 selection_color 7 labelfont 1 labelsize 10 align 5 textfont 1 textsize 10 + xywh {110 15 85 15} box UP_BOX down_box BORDER_BOX color 14 selection_color 7 labelfont 1 labelsize 10 align 5 textfont 1 textsize 10 code0 {o->init("parameter10");} class Fl_Osc_Choice } {