Browse Source

Timeline/Track: fix track header resize behavior.

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

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

@@ -940,6 +940,8 @@ Track::internal_draw ( void )

}

child(0)->size( Track::width(), h() );

draw_child( *child(0));

if ( takes->visible() )


Loading…
Cancel
Save