commit d5ef4e73d93d3d7afed0f81cede5122e8af20b92
parent 3eaa7dd4437df8add68066814037100496036f90
Author: fundamental <[email protected]>
Date: Tue, 18 Mar 2014 19:12:14 -0400
UI: Add part name back to panel window
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/src/UI/MasterUI.fl b/src/UI/MasterUI.fl
@@ -137,6 +137,8 @@ class Panellistitem {open : {public Fl_Osc_Group}
};
bankui->show();}
xywh {5 27 60 30} box THIN_DOWN_BOX down_box FLAT_BOX labelfont 1 labelsize 10 align 208
+ code0 {o->ext = "Pname";o->oscRegister("Pname");}
+ class PartNameButton
}
Fl_Slider partvolume {
xywh {10 65 30 110} type {Vert Knob} box NO_BOX minimum 127 maximum 0 step 1 value 127
@@ -198,7 +200,7 @@ panellistitem->show();
end();} {}
}
Function {refresh()} {} {
- code {partname->label("NAME TODO");
+ code {
if ((int)bankui->cbwig->value()!=(npart+1))
panellistitemgroup->color(fl_rgb_color(160,160,160));