Timeline: Fix button responsiveness on control sequence headers.
This commit is contained in:
parent
c7787c8ad6
commit
ea33310f33
|
@ -740,7 +740,6 @@ Control_Sequence::handle ( int m )
|
|||
|
||||
Logger log(this);
|
||||
|
||||
|
||||
int r = Sequence::handle( m );
|
||||
|
||||
if ( r )
|
||||
|
@ -773,7 +772,7 @@ Control_Sequence::handle ( int m )
|
|||
return 1;
|
||||
}
|
||||
|
||||
return 0;
|
||||
return Fl_Group::handle( m );
|
||||
}
|
||||
default:
|
||||
return 0;
|
||||
|
|
Loading…
Reference in New Issue