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
Reinstate normalize action.
tags/non-daw-v1.1.0
Jonathan Moore Liles
17 years ago
parent
28895ca0ea
commit
5118c79c2f
1 changed files
with
5 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-2
Region.C
+ 5
- 2
Region.C
View File
@@ -179,8 +179,11 @@ Region::handle ( int m )
if ( Fl::event_button() == 2 )
{
// normalize();
_selected = ! _selected;
if ( Fl::event_state() & FL_CTRL )
normalize();
else
_selected = ! _selected;
_track->redraw();
}
Write
Preview
Loading…
Cancel
Save