1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Scrollbar l+f fix.

This commit is contained in:
jules 2012-07-23 20:48:22 +01:00
parent fab78ea09e
commit 6784564060

View file

@ -265,7 +265,9 @@ void ScrollBar::paint (Graphics& g)
void ScrollBar::lookAndFeelChanged()
{
setComponentEffect (getLookAndFeel().getScrollbarEffect());
resized();
if (isVisible())
resized();
}
void ScrollBar::resized()