summaryrefslogtreecommitdiffstats
path: root/src/gui/Port.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2015-02-14 04:44:51 +0000
committerDavid Robillard <d@drobilla.net>2015-02-14 04:44:51 +0000
commit4942b579ab5b6bde919b7cc85474990861d41bef (patch)
tree32cd172eb676a8ee9aae9696f6133749debc956d /src/gui/Port.cpp
parentb67ad3f1b0c62f014fbdc4c248acadfdfa7ba636 (diff)
downloadingen-4942b579ab5b6bde919b7cc85474990861d41bef.tar.gz
ingen-4942b579ab5b6bde919b7cc85474990861d41bef.tar.bz2
ingen-4942b579ab5b6bde919b7cc85474990861d41bef.zip
Use the same border width for ports and modules.
Makes edges line up more nicely, if at a wee cost to space. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5560 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/gui/Port.cpp')
-rw-r--r--src/gui/Port.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/Port.cpp b/src/gui/Port.cpp
index 20f9cf90..89284463 100644
--- a/src/gui/Port.cpp
+++ b/src/gui/Port.cpp
@@ -82,7 +82,6 @@ Port::Port(App& app,
{
assert(pm);
- set_border_width(1.0);
set_dash_length(app.style()->get_port_dash_length(pm.get()));
if (app.can_control(pm.get())) {