summaryrefslogtreecommitdiffstats
path: root/src/gui/Port.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-01-24 16:45:08 +0000
committerDavid Robillard <d@drobilla.net>2014-01-24 16:45:08 +0000
commit28ab52045a429eb190ea1a23cef92d81c36748f5 (patch)
tree0adb2fe64e2f8f7ec1d31ae343a1d1f398189998 /src/gui/Port.cpp
parent5595f3a3e43acbda31cb33e7debbdaa0f43cd4b4 (diff)
downloadingen-28ab52045a429eb190ea1a23cef92d81c36748f5.tar.gz
ingen-28ab52045a429eb190ea1a23cef92d81c36748f5.tar.bz2
ingen-28ab52045a429eb190ea1a23cef92d81c36748f5.zip
Show toggle ports with checkboxes initially.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5324 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/gui/Port.cpp')
-rw-r--r--src/gui/Port.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/Port.cpp b/src/gui/Port.cpp
index 0d82d0cd..3357a553 100644
--- a/src/gui/Port.cpp
+++ b/src/gui/Port.cpp
@@ -85,8 +85,8 @@ Port::Port(App& app,
set_border_width(1.0);
if (app.can_control(pm.get())) {
- port_properties_changed();
show_control();
+ port_properties_changed();
pm->signal_property().connect(
sigc::mem_fun(this, &Port::property_changed));
pm->signal_property_removed().connect(