diff options
Diffstat (limited to 'src/AlsaDriver.cpp')
-rw-r--r-- | src/AlsaDriver.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/AlsaDriver.cpp b/src/AlsaDriver.cpp index 641c55d..1ebd12d 100644 --- a/src/AlsaDriver.cpp +++ b/src/AlsaDriver.cpp @@ -160,8 +160,7 @@ AlsaDriver::refresh() const PortID id2(*addr2, true); PatchagePort* port2 = _app->canvas()->find_port(id2); if (port2 && !_app->canvas()->get_edge(port, port2)) { - _app->canvas()->make_connection( - port, port2, port->get_fill_color()); + _app->canvas()->make_connection(port, port2); } } |