Browse Source

Always show control points when control sequence is focused.

tags/non-daw-v1.1.0
Jonathan Moore Liles 17 years ago
parent
commit
a004e4a193
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Timeline/Control_Sequence.C

+ 1
- 1
Timeline/Control_Sequence.C View File

@@ -251,7 +251,7 @@ Control_Sequence::draw ( void )

timeline->draw_measure_lines( x(), y(), w(), h(), color );

if ( _highlighted )
if ( _highlighted || Fl::focus() == this )
for ( list <Sequence_Widget *>::const_iterator r = _widgets.begin(); r != _widgets.end(); r++ )
(*r)->draw_box();
else


Loading…
Cancel
Save