Timeline/Track: fix track header resize behavior.
This commit is contained in:
parent
998760bac6
commit
e77dbca085
|
@ -940,6 +940,8 @@ Track::internal_draw ( void )
|
|||
|
||||
}
|
||||
|
||||
child(0)->size( Track::width(), h() );
|
||||
|
||||
draw_child( *child(0));
|
||||
|
||||
if ( takes->visible() )
|
||||
|
|
Loading…
Reference in New Issue