diff options
Diffstat (limited to 'src/PatchageEvent.cpp')
-rw-r--r-- | src/PatchageEvent.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PatchageEvent.cpp b/src/PatchageEvent.cpp index 09b28a1..0eed12e 100644 --- a/src/PatchageEvent.cpp +++ b/src/PatchageEvent.cpp @@ -75,7 +75,7 @@ PatchageEvent::execute() } if (module->num_ports() == 0) { - _patchage->canvas()->remove_item(module->name()); // FIXME: slow + _patchage->canvas()->remove_item(module); module->hide(); module.reset(); } |