Browse Source

Documentation fix.

tags/2021-05-28
jules 13 years ago
parent
commit
decd6dc9fe
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/juce_gui_basics/layout/juce_ScrollBar.h

+ 1
- 1
modules/juce_gui_basics/layout/juce_ScrollBar.h View File

@@ -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


Loading…
Cancel
Save