Timeline: Fix button responsiveness on control sequence headers.

pull/43/head
Jonathan Moore Liles 2013-02-25 17:53:09 -08:00
parent c7787c8ad6
commit ea33310f33
1 changed files with 1 additions and 2 deletions

View File

@ -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;