From 8b1dea33a6a3bb3d7e6d96613ef1ea66a8ade4a5 Mon Sep 17 00:00:00 2001 From: Jonathan Moore Liles Date: Mon, 5 May 2008 13:37:54 -0500 Subject: [PATCH] Only draw first line of annotation text on timeline view. --- Timeline/Annotation_Region.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Timeline/Annotation_Region.C b/Timeline/Annotation_Region.C index 46850c4..a2c45a8 100644 --- a/Timeline/Annotation_Region.C +++ b/Timeline/Annotation_Region.C @@ -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"