Browse Source

Timeline: Fix button responsiveness on control sequence headers.

tags/non-daw-v1.2.0
Jonathan Moore Liles 12 years ago
parent
commit
ea33310f33
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      timeline/src/Control_Sequence.C

+ 1
- 2
timeline/src/Control_Sequence.C 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;


Loading…
Cancel
Save