Browse Source

Timeline/Track: fix track header resize behavior.

tags/non-daw-v1.2.0
Jonathan Moore Liles 12 years ago
parent
commit
dd6f448d72
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      timeline/src/Track.C

+ 2
- 0
timeline/src/Track.C View File

@@ -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 );



Loading…
Cancel
Save