Only draw first line of annotation text on timeline view.

This commit is contained in:
Jonathan Moore Liles 2008-05-05 13:37:54 -05:00
parent 1025201398
commit 8b1dea33a6
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ Annotation_Region::draw_box ( void )
void
Annotation_Region::draw ( void )
{
draw_label( _label, (Fl_Align)(FL_ALIGN_LEFT | FL_ALIGN_INSIDE | FL_ALIGN_CLIP ) );
draw_label( _label, (Fl_Align)(FL_ALIGN_LEFT | FL_ALIGN_INSIDE | FL_ALIGN_TOP | FL_ALIGN_CLIP ) );
}
#include "FL/Fl_Text_Edit_Window.H"