diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2011-10-02 09:58:10 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2011-10-02 09:58:10 +0200 |
commit | f474c3c923fe5bb27c1ee11e2c6dd57e41889f27 (patch) | |
tree | 93e2a3e2624bb2e4d238d22124956cd066643b03 /dgedit/canvastoolthreshold.cc | |
parent | 83807cf93ef362098d6fea6030646653cc62e37f (diff) |
Made conenctions for CanvasTool work (again...).
Diffstat (limited to 'dgedit/canvastoolthreshold.cc')
-rw-r--r-- | dgedit/canvastoolthreshold.cc | 3 |
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; } } |