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
Lock timeline when deleting widgets...
tags/non-daw-v1.1.0
Jonathan Moore Liles
17 years ago
parent
a32f8ca17a
commit
7980d4b147
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
Timeline/Sequence.C
+ 4
- 0
Timeline/Sequence.C
View File
@@ -414,7 +414,11 @@ Sequence::handle ( int m )
Sequence_Widget::belowmouse( NULL );
}
timeline->wrlock();
delete t;
timeline->unlock();
}
Loggable::block_end();
Write
Preview
Loading…
Cancel
Save