summaryrefslogtreecommitdiffstats
path: root/src/gui/GraphCanvas.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/GraphCanvas.cpp')
-rw-r--r--src/gui/GraphCanvas.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/GraphCanvas.cpp b/src/gui/GraphCanvas.cpp
index ecd03aff..b06b47b1 100644
--- a/src/gui/GraphCanvas.cpp
+++ b/src/gui/GraphCanvas.cpp
@@ -369,7 +369,7 @@ GraphCanvas::connection(SPtr<const ArcModel> arc)
Ganv::Port* const head = get_port_view(arc->head());
if (tail && head) {
- new GUI::Arc(*this, arc, tail, head, tail->get_fill_color());
+ new GUI::Arc(*this, arc, tail, head);
} else {
_app.log().error(fmt("Unable to find ports to connect %1% => %2%\n")
% arc->tail_path() % arc->head_path());