Browse Source

Only draw first line of annotation text on timeline view.

tags/non-daw-v1.1.0
Jonathan Moore Liles 17 years ago
parent
commit
8b1dea33a6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Timeline/Annotation_Region.C

+ 1
- 1
Timeline/Annotation_Region.C 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"


Loading…
Cancel
Save