mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Fix usage of deprecated function
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user