From 7a2d7ad0137cfcc0d624fcadd1d91a8743156088 Mon Sep 17 00:00:00 2001 From: reuk Date: Wed, 20 Aug 2025 10:31:32 +0100 Subject: [PATCH] Slider: Fix typo in docs --- modules/juce_gui_basics/widgets/juce_Slider.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/juce_gui_basics/widgets/juce_Slider.h b/modules/juce_gui_basics/widgets/juce_Slider.h index 7827c6ab6c..7534f1cfcb 100644 --- a/modules/juce_gui_basics/widgets/juce_Slider.h +++ b/modules/juce_gui_basics/widgets/juce_Slider.h @@ -690,7 +690,7 @@ public: transparent window, so if you're using an OS that can't do transparent windows you'll have to add it to a parent component instead). - By default the popup display shown when hovering will remain visible for 2 seconds, + By default the popup display is shown when hovering will remain visible for 2 seconds, but it is possible to change this by passing a different hoverTimeout value. A value of -1 will cause the popup to remain until a mouseExit() occurs on the slider. */