This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
Carla
mirror of
https://github.com/falkTX/Carla
Watch
1
Star
0
Fork
0
Code
Releases
43
Activity
Browse Source
Clear canvas selection when deleting plugin, fixing assertions
Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.2.0-RC1
falkTX
5 years ago
parent
0bd8c8175d
commit
d707051665
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
source/frontend/patchcanvas/patchcanvas.py
+ 2
- 0
source/frontend/patchcanvas/patchcanvas.py
View File
@@ -1045,6 +1045,8 @@ def handlePluginRemoved(plugin_id):
if canvas.debug:
print("PatchCanvas::handlePluginRemoved(%i)" % plugin_id)
canvas.scene.clearSelection()
group = canvas.group_plugin_map.pop(plugin_id, None)
if group is not None:
Write
Preview
Loading…
Cancel
Save