summaryrefslogtreecommitdiffstats
path: root/src/gui/NodeModule.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-04-24 01:44:43 +0000
committerDavid Robillard <d@drobilla.net>2012-04-24 01:44:43 +0000
commit5a8d5ca92b60a760fbff8be5d8bbda0e616798cc (patch)
treef734946cb0f87e9801c03e76346745c9e1c02629 /src/gui/NodeModule.cpp
parent461e11f5257c38350f54f40b1376591bcb5306e2 (diff)
downloadingen-5a8d5ca92b60a760fbff8be5d8bbda0e616798cc.tar.gz
ingen-5a8d5ca92b60a760fbff8be5d8bbda0e616798cc.tar.bz2
ingen-5a8d5ca92b60a760fbff8be5d8bbda0e616798cc.zip
Fix downward signal flow display (i.e. port labels disabled).
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4260 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/gui/NodeModule.cpp')
-rw-r--r--src/gui/NodeModule.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/NodeModule.cpp b/src/gui/NodeModule.cpp
index b4820008..bdd5f32f 100644
--- a/src/gui/NodeModule.cpp
+++ b/src/gui/NodeModule.cpp
@@ -44,7 +44,7 @@ namespace GUI {
NodeModule::NodeModule(PatchCanvas& canvas,
SharedPtr<const NodeModel> node)
- : Ganv::Module(canvas, node->path().symbol(), 0, 0, true, canvas.show_port_names())
+ : Ganv::Module(canvas, node->path().symbol(), 0, 0, true)
, _node(node)
, _gui_widget(NULL)
, _gui_window(NULL)