Mixer: Add click-to-focus for mixer strips.
This commit is contained in:
parent
fab0527527
commit
e3ee989ec4
|
@ -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 ) )
|
||||
|
|
Loading…
Reference in New Issue