From adf0ca22f39841e3878e4950bb28d3e428e43249 Mon Sep 17 00:00:00 2001 From: Jonathan Moore Liles Date: Tue, 6 May 2008 21:01:03 -0500 Subject: [PATCH] Hack to make annotation pack visable. --- Timeline/Track.C | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Timeline/Track.C b/Timeline/Track.C index ad61646..1f05e67 100644 --- a/Timeline/Track.C +++ b/Timeline/Track.C @@ -207,7 +207,8 @@ Track::init ( void ) resizable( o ); { - Fl_Pack *o = annotation = new Fl_Pack( width(), 0, pack->w(), 0 ); +// Fl_Pack *o = annotation = new Fl_Pack( width(), 0, pack->w(), 0 ); + Fl_Pack *o = annotation = new Fl_Pack( width(), 0, pack->w(), 1 ); o->end(); } @@ -279,8 +280,6 @@ static int pack_visible( Fl_Pack *p ) void Track::resize ( void ) { - - for ( int i = takes->children(); i--; ) takes->child( i )->size( w(), height() );