Updated doc comment for with_double_click_reset

This commit is contained in:
2026-01-12 09:06:25 +03:00
committed by GitHub
parent 824b492b92
commit 4e8975c955

View File

@@ -157,8 +157,6 @@ impl<'a> Knob<'a> {
}
/// Sets a reset value to return to on doubleclick event.
///
/// Default is 0.005.
pub fn with_double_click_reset(mut self, reset_value: f32) -> Self {
self.config.reset_value = Some(reset_value);
self