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
Get rid of some unnecessary redrawing.
tags/non-daw-v1.1.0
Jonathan Moore Liles
17 years ago
parent
b6106fc6da
commit
8b92eb9318
2 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Region.C
+1
-0
Track_Widget.H
+ 1
- 1
Region.C
View File
@@ -195,7 +195,7 @@ Region::handle ( int m )
else
_selected = ! _selected;
_track->
redraw();
redraw();
}
ret = Track_Widget::handle( m );
+ 1
- 0
Track_Widget.H
View File
@@ -202,6 +202,7 @@ public:
if ( Fl::event_state() & FL_CTRL &&
Fl::event_button() == 3 )
{
redraw();
_track->queue_delete( this );
return 0;
}
Write
Preview
Loading…
Cancel
Save