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
Mixer: Add click-to-focus for mixer strips.
tags/non-daw-v1.1.0
Jonathan Moore Liles
15 years ago
parent
fab0527527
commit
e3ee989ec4
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
Mixer/Mixer_Strip.C
+ 2
- 0
Mixer/Mixer_Strip.C
View File
@@ -574,6 +574,8 @@ Mixer_Strip::handle ( int m )
break;
case FL_PUSH:
{
take_focus();
if ( Fl_Group::handle( m ) )
return 1;
else if ( test_press( FL_BUTTON3 ) )
Write
Preview
Loading…
Cancel
Save