summaryrefslogtreecommitdiffstats
path: root/src/gui/Port.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/Port.cpp')
-rw-r--r--src/gui/Port.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/Port.cpp b/src/gui/Port.cpp
index 07e654db..908d71cf 100644
--- a/src/gui/Port.cpp
+++ b/src/gui/Port.cpp
@@ -161,7 +161,7 @@ Port::show_menu(GdkEventButton* ev)
_app.log().error("Failed to load port menu widget\n");
return false;
}
-
+
menu->init(_app, model(), _flipped);
menu->popup(ev->button, ev->time);
return true;
@@ -432,7 +432,7 @@ Port::set_type_tag()
} else if (model()->is_toggle()) {
tag = ((model()->value() != _app.uris().forge.make(0.0f))
? "☑" : "☐");
-
+
} else {
tag = "ℝ";
}