Browse Source

Timeline: Require rectangle or CTRL+Click to select sequence widgets.

tags/non-daw-v1.2.0
Jonathan Moore Liles 13 years ago
parent
commit
8cddccf6a4
1 changed files with 0 additions and 5 deletions
  1. +0
    -5
      timeline/src/Sequence_Widget.C

+ 0
- 5
timeline/src/Sequence_Widget.C View File

@@ -389,11 +389,6 @@ Sequence_Widget::handle ( int m )
/* traditional selection model */
if ( Fl::event_ctrl() )
select();
else if ( ! selected() )
{
select_none();
select();
}

fl_cursor( FL_CURSOR_MOVE );



Loading…
Cancel
Save