summaryrefslogtreecommitdiffstats
path: root/src/gui/NodeModule.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-11-22 09:12:58 +0000
committerDavid Robillard <d@drobilla.net>2008-11-22 09:12:58 +0000
commitbb8bf97474863c14e6f22bdbeb4d77990e830e1d (patch)
tree91ef8820f537c96c0a35061a1e6fdf56232f47a3 /src/gui/NodeModule.cpp
parent8a614ae060308637dd0ade55383ea54199531198 (diff)
downloadingen-bb8bf97474863c14e6f22bdbeb4d77990e830e1d.tar.gz
ingen-bb8bf97474863c14e6f22bdbeb4d77990e830e1d.tar.bz2
ingen-bb8bf97474863c14e6f22bdbeb4d77990e830e1d.zip
Add option to hide port labels.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1767 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 512bdebb..c80137de 100644
--- a/src/gui/NodeModule.cpp
+++ b/src/gui/NodeModule.cpp
@@ -136,7 +136,7 @@ NodeModule::show_human_names(bool b)
resize();
}
-
+
void
NodeModule::value_changed(uint32_t index, const Atom& value)
{