summaryrefslogtreecommitdiff
path: root/dgedit/canvastoolthreshold.cc
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2011-07-29 17:53:10 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2011-07-29 17:53:10 +0200
commitdf8e372d4f8462f7dfe6ae0380ca69764e59faf4 (patch)
tree58406988209d924bb2e7e02487ac9e963aa3a4e9 /dgedit/canvastoolthreshold.cc
parentaab627accb4b57166259f0128cc16b88b4c1dc25 (diff)
New listen tool.
Diffstat (limited to 'dgedit/canvastoolthreshold.cc')
-rw-r--r--dgedit/canvastoolthreshold.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/dgedit/canvastoolthreshold.cc b/dgedit/canvastoolthreshold.cc
index 6fa1b2e..e933592 100644
--- a/dgedit/canvastoolthreshold.cc
+++ b/dgedit/canvastoolthreshold.cc
@@ -50,8 +50,6 @@ bool CanvasToolThreshold::mouseMoveEvent(QMouseEvent *event)
abs(event->y() - mapY(-threshold)) < 2 ) {
canvas->setCursor(Qt::SplitVCursor);
return true;
- } else {
- canvas->setCursor(Qt::ArrowCursor);
}
}