summaryrefslogtreecommitdiffstats
path: root/src/Port.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Port.cpp')
-rw-r--r--src/Port.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Port.cpp b/src/Port.cpp
index 2ecbf36..7cf960f 100644
--- a/src/Port.cpp
+++ b/src/Port.cpp
@@ -39,7 +39,7 @@ Port::Port(Module& module,
: Box(module.canvas(),
GANV_BOX(ganv_port_new(module.gobj(), is_input,
"fill-color", color,
- "border-color", highlight_color(color, 0x20),
+ "border-color", PORT_BORDER_COLOR(color),
"border-width", 2.0,
"label", name.c_str(),
NULL)))