From 4e8975c955f09ff4804d38134b28e7ed4f2ca93d Mon Sep 17 00:00:00 2001 From: Daniel Dada Date: Mon, 12 Jan 2026 09:06:25 +0300 Subject: [PATCH] Updated doc comment for with_double_click_reset --- src/widget.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/widget.rs b/src/widget.rs index d5831df..cb6410a 100644 --- a/src/widget.rs +++ b/src/widget.rs @@ -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