From 253117722380756d1b46cfa132b4e2486753fe98 Mon Sep 17 00:00:00 2001 From: Harry van Haaren Date: Sun, 26 Jun 2016 13:14:19 +0100 Subject: [PATCH] avtk: fixed bug in dial scroll wheel handling A bug in scroll wheel handling would result in every dial moving instead of only the one scrolled over: fixed now. --- src/avtk/avtk_dial.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/avtk/avtk_dial.h b/src/avtk/avtk_dial.h index 67c3c03..72fa357 100644 --- a/src/avtk/avtk_dial.h +++ b/src/avtk/avtk_dial.h @@ -181,6 +181,7 @@ class Dial : public Fl_Slider set_value( val ); redraw(); do_callback(); + return 1; } break; case FL_RELEASE: