summaryrefslogtreecommitdiffstats
path: root/src/port.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2013-02-02 18:06:06 +0000
committerDavid Robillard <d@drobilla.net>2013-02-02 18:06:06 +0000
commit2fe13ccca8802113bbd3baf2b208d911db0dbcbc (patch)
tree5376be8dd18a0ee81f1606e0ddf17ca22de16fd9 /src/port.c
parent3e1ff3179ae986986d30e5e105279227d7b580c3 (diff)
downloadganv-2fe13ccca8802113bbd3baf2b208d911db0dbcbc.tar.gz
ganv-2fe13ccca8802113bbd3baf2b208d911db0dbcbc.tar.bz2
ganv-2fe13ccca8802113bbd3baf2b208d911db0dbcbc.zip
Fix strange bug where canvas stops updating entirely on node removal.
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5025 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/port.c')
-rw-r--r--src/port.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/port.c b/src/port.c
index 3b9ba69..6603530 100644
--- a/src/port.c
+++ b/src/port.c
@@ -70,7 +70,6 @@ ganv_port_destroy(GtkObject* object)
ganv_canvas_for_each_edge_from(
canvas, &port->box.node, (GanvEdgeFunc)ganv_edge_remove, NULL);
}
- item->canvas = NULL;
}
if (GTK_OBJECT_CLASS(parent_class)->destroy) {