Fix usage of deprecated function
This commit is contained in:
parent
3697d72213
commit
2b8d012f9f
|
@ -210,7 +210,7 @@ impl<'a, P: Param> ParamSlider<'a, P> {
|
|||
self.reset_param();
|
||||
response.mark_changed();
|
||||
}
|
||||
if response.drag_released() {
|
||||
if response.drag_stopped() {
|
||||
self.end_drag();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue