summaryrefslogtreecommitdiffstats
path: root/src/AlsaDriver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/AlsaDriver.cpp')
-rw-r--r--src/AlsaDriver.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AlsaDriver.cpp b/src/AlsaDriver.cpp
index 3e42df9..c961af1 100644
--- a/src/AlsaDriver.cpp
+++ b/src/AlsaDriver.cpp
@@ -318,7 +318,7 @@ AlsaDriver::add_connections(boost::shared_ptr<PatchagePort> port)
if (existing) {
existing->set_flagged(false);
} else {
- _app->canvas()->add_connection(port, connected_port);
+ _app->canvas()->add_connection(port, connected_port, port->color() + 0x22222200);
}
}