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: Change keybinding for track height adjustment.
tags/non-daw-v1.2.0
Jonathan Moore Liles
11 years ago
parent
58fdf7d914
commit
3ca72b4ac6
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
lib/ntk
+1
-1
timeline/src/Track.C
+ 1
- 1
lib/ntk
@@ -1 +1 @@
Subproject commit
38275d616800d5af826fd4a9c761a98068e7311a
Subproject commit
645579913d0bfbfdcc9cd0107dd55bd121a99990
+ 1
- 1
timeline/src/Track.C
View File
@@ -1075,7 +1075,7 @@ Track::handle ( int m )
{
Logger log( this );
if ( ! Fl::event_
shif
t() )
if ( ! Fl::event_
al
t() )
return Fl_Group::handle( m );
int d = Fl::event_dy();
Write
Preview
Loading…
Cancel
Save