mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Fix for DocumentWindow text colour.
This commit is contained in:
parent
ede73fcfd7
commit
43a1037656
1 changed files with 1 additions and 1 deletions
|
|
@ -1789,7 +1789,7 @@ void LookAndFeel::drawDocumentWindowTitleBar (DocumentWindow& window,
|
|||
}
|
||||
|
||||
if (window.isColourSpecified (DocumentWindow::textColourId) || isColourSpecified (DocumentWindow::textColourId))
|
||||
g.setColour (findColour (DocumentWindow::textColourId));
|
||||
g.setColour (window.findColour (DocumentWindow::textColourId));
|
||||
else
|
||||
g.setColour (window.getBackgroundColour().contrasting (isActive ? 0.7f : 0.4f));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue