diff --git a/timeline/src/Track.C b/timeline/src/Track.C index cad9312..999c474 100644 --- a/timeline/src/Track.C +++ b/timeline/src/Track.C @@ -914,6 +914,8 @@ Track::internal_draw ( void ) { draw_box(); + pack->resize( x() + Track::width(), y(), w() - Track::width(), h() ); + /* we have to do this first because the pack(s) size isn't known until draw() */ draw_child( *pack );