mirror of
https://github.com/vale981/openAV-Luppp
synced 2025-03-04 16:51:37 -05:00
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:
parent
1fedf486d7
commit
2531177223
1 changed files with 1 additions and 0 deletions
|
@ -181,6 +181,7 @@ class Dial : public Fl_Slider
|
|||
set_value( val );
|
||||
redraw();
|
||||
do_callback();
|
||||
return 1;
|
||||
}
|
||||
break;
|
||||
case FL_RELEASE:
|
||||
|
|
Loading…
Add table
Reference in a new issue