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 unnecessary redraw when deleting track widgets.
tags/non-daw-v1.1.0
Jonathan Moore Liles
17 years ago
parent
128ce9d577
commit
d18b06bb00
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Track.C
+ 1
- 1
Track.C
View File
@@ -175,7 +175,7 @@ Track::handle ( int m )
delete _queued_widget;
_queued_widget = NULL;
current_widget = NULL;
redraw();
//
redraw();
}
return retval;
Write
Preview
Loading…
Cancel
Save