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
Quiet uninitialized value warning from valgrind.
tags/non-daw-v1.1.0
Jonathan Moore Liles
17 years ago
parent
900bfdebb0
commit
ea057edddc
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Timeline/Sequence_Widget.C
+ 1
- 1
Timeline/Sequence_Widget.C
View File
@@ -66,7 +66,7 @@ Sequence_Widget::draw_label ( const char *label, Fl_Align align, Fl_Color color
lab.font = FL_HELVETICA;
lab.size = 14;
int lw, lh;
int lw
= 0
, lh
= 0
;
fl_font( lab.font, lab.size );
fl_measure( lab.value, lw, lh );
Write
Preview
Loading…
Cancel
Save