summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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(