mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-24 01:54:22 +00:00
FileBrowserComponent: Update all filenameBox text when LnF changes
This commit is contained in:
parent
744e16eebd
commit
c3f6318c7c
1 changed files with 1 additions and 1 deletions
|
|
@ -367,7 +367,7 @@ void FileBrowserComponent::lookAndFeelChanged()
|
|||
currentPathBox.setColour (ComboBox::arrowColourId, findColour (currentPathBoxArrowColourId));
|
||||
|
||||
filenameBox.setColour (TextEditor::backgroundColourId, findColour (filenameBoxBackgroundColourId));
|
||||
filenameBox.setColour (TextEditor::textColourId, findColour (filenameBoxTextColourId));
|
||||
filenameBox.applyColourToAllText (findColour (filenameBoxTextColourId));
|
||||
|
||||
resized();
|
||||
repaint();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue