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
e77dbca085
commit
dd6f448d72
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
@@ -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 );
Write
Preview
Loading…
Cancel
Save