summaryrefslogtreecommitdiff
path: root/dgedit/canvastoolselections.cc
diff options
context:
space:
mode:
Diffstat (limited to 'dgedit/canvastoolselections.cc')
-rw-r--r--dgedit/canvastoolselections.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/dgedit/canvastoolselections.cc b/dgedit/canvastoolselections.cc
index 7492b9b..51cc1ad 100644
--- a/dgedit/canvastoolselections.cc
+++ b/dgedit/canvastoolselections.cc
@@ -77,6 +77,7 @@ bool CanvasToolSelections::mouseMoveEvent(QMouseEvent *event)
if(abs(event->x() - mapX(i.value().from)) < 2
|| abs(event->x() - mapX(i.value().to)) < 2) {
canvas->setCursor(Qt::SplitHCursor);
+ return true;
}
i++;
}