This website works better with JavaScript.
Home
Help
Sign In
linuxaudio
/
new-session-manager
mirror of
https://github.com/linuxaudio/new-session-manager
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
17
Wiki
Activity
Browse Source
FL/Fl_Scalepack: Don't draw background when box is FL_NO_BOX.
tags/non-daw-v1.2.0
Jonathan Moore Liles
12 years ago
parent
5ffe3d44b3
commit
781ec66510
1 changed files
with
1 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-4
FL/Fl_Scalepack.C
+ 1
- 4
FL/Fl_Scalepack.C
View File
@@ -72,10 +72,7 @@ Fl_Scalepack::draw ( void )
if ( damage() & FL_DAMAGE_ALL )
{
if ( box() == FL_NO_BOX )
fl_rectf( x(), y(), w(), h(), FL_BACKGROUND_COLOR );
else
draw_box();
draw_box();
draw_label();
}
Write
Preview
Loading…
Cancel
Save