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
Don't popup timeline menu on right-click if any modifiers are active.
tags/non-daw-v1.1.0
Jonathan Moore Liles
17 years ago
parent
c8bb330e8e
commit
013dbe26f9
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
Timeline/Timeline.C
+ 3
- 0
Timeline/Timeline.C
View File
@@ -957,6 +957,9 @@ Timeline::handle ( int m )
{
// take_focus();
if ( Fl::event_state() & ( FL_ALT | FL_CTRL | FL_SHIFT ) )
return 0;
if ( Fl::event_button1() )
{
assert( ! drag );
Write
Preview
Loading…
Cancel
Save