Timeline: display track names in panzoomer.

pull/3/head
Jonathan Moore Liles 2012-11-01 17:39:13 -07:00
parent b50766b7da
commit 3d3a248fe5
1 changed files with 4 additions and 0 deletions

View File

@ -1150,6 +1150,10 @@ Timeline::draw_thumbnail_view ( int X, int Y, int W, int H ) const
(*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;
}
}