From 8efff32d97b1b578f8c42fe2db7b30cfc44ecf2f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 23 Feb 2008 03:47:39 +0000 Subject: Fix drawing issues on refresh. git-svn-id: http://svn.drobilla.net/lad/patchage@1158 a436a847-0d15-0410-975c-d299462d15a1 --- src/PatchageEvent.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/PatchageEvent.cpp') diff --git a/src/PatchageEvent.cpp b/src/PatchageEvent.cpp index 5b63486..3f03208 100644 --- a/src/PatchageEvent.cpp +++ b/src/PatchageEvent.cpp @@ -62,7 +62,7 @@ PatchageEvent::execute(Patchage* patchage) assert(module); module->remove_port(port); - port->hide(); + port.reset(); // No empty modules (for now) if (module->num_ports() == 0) { -- cgit v1.2.1