summaryrefslogtreecommitdiff
path: root/dgedit/canvastoolthreshold.cc
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2011-10-02 09:58:10 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2011-10-02 09:58:10 +0200
commitf474c3c923fe5bb27c1ee11e2c6dd57e41889f27 (patch)
tree93e2a3e2624bb2e4d238d22124956cd066643b03 /dgedit/canvastoolthreshold.cc
parent83807cf93ef362098d6fea6030646653cc62e37f (diff)
Made conenctions for CanvasTool work (again...).
Diffstat (limited to 'dgedit/canvastoolthreshold.cc')
-rw-r--r--dgedit/canvastoolthreshold.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/dgedit/canvastoolthreshold.cc b/dgedit/canvastoolthreshold.cc
index e933592..d8e2dff 100644
--- a/dgedit/canvastoolthreshold.cc
+++ b/dgedit/canvastoolthreshold.cc
@@ -87,6 +87,9 @@ bool CanvasToolThreshold::mouseReleaseEvent(QMouseEvent *event)
threshold_is_moving = false;
canvas->setCursor(Qt::ArrowCursor);
canvas->update();
+
+ emit thresholdChanged(threshold);
+
return true;
}
}