This website works better with JavaScript.
Home
Help
Sign In
non
/
non
mirror of
https://github.com/original-male/non
Watch
1
Star
0
Fork
0
Code
Releases
11
Activity
Browse Source
Mixer/Module_Parameter_Editor: Tweak slider appearance.
tags/non-daw-v1.3.0
Jonathan Moore Liles
3 years ago
parent
13c107ebcc
commit
dd274db49b
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
mixer/src/Module_Parameter_Editor.C
+ 1
- 1
mixer/src/Module_Parameter_Editor.C
View File
@@ -383,7 +383,7 @@ Module_Parameter_Editor::make_controls ( void )
o->color( bc );
o->selection_color( fc );
o->value( p->control_value() );
o->box( FL_
FLAT
_BOX );
o->box( FL_
BORDER
_BOX );
}
}
Write
Preview
Loading…
Cancel
Save