mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 08:14:58 +01:00
Fix generic UI sliders w/rangesteps
Leave the user in control while the slider is being dragged. Previously there was a feedback loop: User-drags slider -> value changes -> value is rounded -> slider is updated with rounded value (while the user still drags)
This commit is contained in:
parent
14517e13ec
commit
0e79253412
2 changed files with 14 additions and 0 deletions
|
|
@ -102,6 +102,7 @@ private:
|
|||
sigc::connection _screen_update_connection;
|
||||
PBD::ScopedConnectionList _changed_connections;
|
||||
bool _ignore_change;
|
||||
bool _grabbed;
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue