summaryrefslogtreecommitdiffstats
path: root/src/PatchageEvent.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/PatchageEvent.cpp')
-rw-r--r--src/PatchageEvent.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PatchageEvent.cpp b/src/PatchageEvent.cpp
index 895c071..a30ea57 100644
--- a/src/PatchageEvent.cpp
+++ b/src/PatchageEvent.cpp
@@ -92,7 +92,7 @@ PatchageEvent::execute(Patchage* patchage)
% _port_2).str());
else
patchage->canvas()->make_connection(
- port_1, port_2, port_1->get_fill_color() + 0x22222200);
+ port_1, port_2, port_1->get_fill_color());
} else if (_type == DISCONNECTION) {