summaryrefslogtreecommitdiffstats
path: root/src/gui/NodeModule.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-11-22 20:55:55 +0000
committerDavid Robillard <d@drobilla.net>2008-11-22 20:55:55 +0000
commitfb87e81926cc0487b5f0e165806a7cc95053635e (patch)
tree9d9af41e9e67dcbe2c21e5c7bcacc54b3bbdfa39 /src/gui/NodeModule.cpp
parentae9644045846190f13dda828e2f75115f2c8601f (diff)
downloadingen-fb87e81926cc0487b5f0e165806a7cc95053635e.tar.gz
ingen-fb87e81926cc0487b5f0e165806a7cc95053635e.tar.bz2
ingen-fb87e81926cc0487b5f0e165806a7cc95053635e.zip
Vertical or Horizontal (i.e. hide port labels or show port labels) canvas ordering option.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1770 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 c80137de..016a9b01 100644
--- a/src/gui/NodeModule.cpp
+++ b/src/gui/NodeModule.cpp
@@ -41,7 +41,7 @@ namespace GUI {
NodeModule::NodeModule(boost::shared_ptr<PatchCanvas> canvas, SharedPtr<NodeModel> node)
- : FlowCanvas::Module(canvas, node->path().name())
+ : FlowCanvas::Module(canvas, node->path().name(), 0, 0, true, canvas->show_port_names())
, _node(node)
, _gui_widget(NULL)
, _gui_window(NULL)