diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2011-07-29 17:53:10 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2011-07-29 17:53:10 +0200 |
commit | df8e372d4f8462f7dfe6ae0380ca69764e59faf4 (patch) | |
tree | 58406988209d924bb2e7e02487ac9e963aa3a4e9 /dgedit/canvastoolselections.cc | |
parent | aab627accb4b57166259f0128cc16b88b4c1dc25 (diff) |
New listen tool.
Diffstat (limited to 'dgedit/canvastoolselections.cc')
-rw-r--r-- | dgedit/canvastoolselections.cc | 1 |
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++; } |