summaryrefslogtreecommitdiffstats
path: root/src/PatchageEvent.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/PatchageEvent.cpp')
-rw-r--r--src/PatchageEvent.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/PatchageEvent.cpp b/src/PatchageEvent.cpp
index f11ec97..93a1a02 100644
--- a/src/PatchageEvent.cpp
+++ b/src/PatchageEvent.cpp
@@ -91,8 +91,7 @@ PatchageEvent::execute(Patchage* patchage)
patchage->error_msg((format("Unable to find port `%1%' to connect")
% _port_2).str());
else
- patchage->canvas()->make_connection(
- port_1, port_2, port_1->get_fill_color());
+ patchage->canvas()->make_connection(port_1, port_2);
} else if (_type == DISCONNECTION) {