aboutsummaryrefslogtreecommitdiffstats
path: root/src/gui/NodeView.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/NodeView.cpp')
-rw-r--r--src/gui/NodeView.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/NodeView.cpp b/src/gui/NodeView.cpp
index 6132f8c..38e5ea7 100644
--- a/src/gui/NodeView.cpp
+++ b/src/gui/NodeView.cpp
@@ -92,7 +92,7 @@ NodeView::on_event(GdkEvent* event)
return true;
}
} else {
- _signal_clicked.emit(&event->button);
+ return _signal_clicked.emit(&event->button);
}
} else if (event->type == GDK_2BUTTON_PRESS) {
return on_double_click(&event->button);