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.
This commit is contained in:
Harry van Haaren 2016-06-26 13:14:19 +01:00
parent 1fedf486d7
commit 2531177223

View file

@ -181,6 +181,7 @@ class Dial : public Fl_Slider
set_value( val );
redraw();
do_callback();
return 1;
}
break;
case FL_RELEASE: