1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-09 23:34:20 +00:00

Slider: Fix typo in docs

This commit is contained in:
reuk 2025-08-20 10:31:32 +01:00
parent fdaf71b50f
commit 7a2d7ad013
No known key found for this signature in database

View file

@ -690,7 +690,7 @@ public:
transparent window, so if you're using an OS that can't do transparent windows 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). 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 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. value of -1 will cause the popup to remain until a mouseExit() occurs on the slider.
*/ */