I just updated an app to latest Juce (from late May) and now one of my views - a viewport/list in a scrolling menu thing comes up with some sort of default scrollbars. Both H and V are visible, at about the correct width, but the bars are expecting a smaller view - the bottom (H) scrollbar is halfway up. The view hasn’t redrawn properly to leave space for the bars either.
The view isn’t big enough to need scrolling even - the scrollbars don’t affect the view.
All subsequent views in the set work just right - it’s only the initial one.
Did something change in the order scrollbars get created? Or how they get attached to views, maybe?
Bruce