From 89c5346a3377a2075954acc436d3d843183ad31a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 24 Apr 2012 01:44:43 +0000 Subject: Fix downward signal flow display (i.e. port labels disabled). git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@4260 a436a847-0d15-0410-975c-d299462d15a1 --- src/ganv-private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ganv-private.h') diff --git a/src/ganv-private.h b/src/ganv-private.h index 35943e0..485e2f0 100644 --- a/src/ganv-private.h +++ b/src/ganv-private.h @@ -92,7 +92,6 @@ struct _GanvModuleImpl int embed_height; double widest_input; double widest_output; - gboolean show_port_labels; gboolean must_resize; }; @@ -111,6 +110,7 @@ struct _GanvNodeImpl { gboolean selected; gboolean highlighted; gboolean draggable; + gboolean show_label; }; /* Port */ -- cgit v1.2.1