This website works better with JavaScript.
Home
Help
Sign In
linuxaudio
/
new-session-manager
mirror of
https://github.com/linuxaudio/new-session-manager
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
17
Wiki
Activity
Browse Source
Timeline/Track: fix track header resize behavior.
tags/non-daw-v1.2.0
Jonathan Moore Liles
12 years ago
parent
998760bac6
commit
e77dbca085
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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() )
Write
Preview
Loading…
Cancel
Save