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:
parent
fab78ea09e
commit
6784564060
1 changed files with 3 additions and 1 deletions
|
|
@ -265,7 +265,9 @@ void ScrollBar::paint (Graphics& g)
|
|||
void ScrollBar::lookAndFeelChanged()
|
||||
{
|
||||
setComponentEffect (getLookAndFeel().getScrollbarEffect());
|
||||
resized();
|
||||
|
||||
if (isVisible())
|
||||
resized();
|
||||
}
|
||||
|
||||
void ScrollBar::resized()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue