summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/PatchageCanvas.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/PatchageCanvas.cpp b/src/PatchageCanvas.cpp
index 73a3d26..6235c5c 100644
--- a/src/PatchageCanvas.cpp
+++ b/src/PatchageCanvas.cpp
@@ -296,7 +296,6 @@ PatchageCanvas::make_connection(FlowCanvas::Connectable* tail,
{
FlowCanvas::Connection* c = new FlowCanvas::Connection(
*this, tail, head, color);
- c->show_handle(true);
c->signal_event.connect(
sigc::bind<0>(sigc::mem_fun(*this, &PatchageCanvas::on_connection_event),
c));