diff options
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; } } |