1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-04 03:40:07 +00:00

Widgets: stop calling repaint in lookAndFeelChanged()

- A repaint will always occur from a lookAndFeelChanged
This commit is contained in:
Anthony Nicholls 2023-03-21 16:16:04 +00:00
parent 39cd0ef532
commit ba50a35364
4 changed files with 0 additions and 5 deletions

View file

@ -371,7 +371,6 @@ void FileBrowserComponent::lookAndFeelChanged()
filenameBox.applyColourToAllText (findColour (filenameBoxTextColourId));
resized();
repaint();
}
//==============================================================================