This website works better with JavaScript.
Home
Help
Sign In
linuxaudio
/
new-session-manager
mirror of
https://github.com/linuxaudio/new-session-manager
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
17
Wiki
Activity
Browse Source
Always show control points when control sequence is focused.
tags/non-daw-v1.1.0
Jonathan Moore Liles
17 years ago
parent
f048c4ccaa
commit
a004e4a193
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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 );
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++ )
for ( list <Sequence_Widget *>::const_iterator r = _widgets.begin(); r != _widgets.end(); r++ )
(*r)->draw_box();
(*r)->draw_box();
else
else
Write
Preview
Loading…
Cancel
Save