From f474c3c923fe5bb27c1ee11e2c6dd57e41889f27 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sun, 2 Oct 2011 09:58:10 +0200 Subject: Made conenctions for CanvasTool work (again...). --- dgedit/canvastoolthreshold.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dgedit/canvastoolthreshold.cc') 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; } } -- cgit v1.2.3