Timeline: display track names in panzoomer.
This commit is contained in:
parent
b50766b7da
commit
3d3a248fe5
|
@ -1150,6 +1150,10 @@ Timeline::draw_thumbnail_view ( int X, int Y, int W, int H ) const
|
||||||
(*r)->actual_box_color());
|
(*r)->actual_box_color());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
fl_font( FL_HELVETICA, th );
|
||||||
|
fl_color( FL_FOREGROUND_COLOR );
|
||||||
|
fl_draw( t->name(), X, ty, W, th, (Fl_Align)(FL_ALIGN_LEFT | FL_ALIGN_INSIDE ));
|
||||||
|
|
||||||
ty += th;
|
ty += th;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue