diff --git a/modules/juce_gui_basics/layout/juce_ScrollBar.h b/modules/juce_gui_basics/layout/juce_ScrollBar.h index 8c30ef5bdb..d931833ee6 100644 --- a/modules/juce_gui_basics/layout/juce_ScrollBar.h +++ b/modules/juce_gui_basics/layout/juce_ScrollBar.h @@ -44,7 +44,7 @@ The scrollbar will adjust its own visibility according to whether its thumb size allows it to actually be scrolled. - For most purposes, it's probably easier to use a ViewportContainer or ListBox + For most purposes, it's probably easier to use a Viewport or ListBox instead of handling a scrollbar directly. @see ScrollBar::Listener