Revert "Timeline: Fix bug in track right click handling."

This reverts commit 8a6772b6b9.

Closes #171
pull/186/head
Jonathan Moore Liles 2015-09-29 22:10:48 -07:00
parent aefc328c2d
commit 156fd6d453
1 changed files with 0 additions and 5 deletions

View File

@ -454,11 +454,6 @@ Sequence::handle ( int m )
}
default:
{
if ( m != FL_DRAG &&
m != FL_RELEASE &&
Fl::event_x() < drawable_x() )
return 0;
Sequence_Widget *r = Sequence_Widget::pushed() ? Sequence_Widget::pushed() : event_widget();
/* if ( this == Fl::focus() ) */