mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-27 02:20:05 +00:00
Introjucer: more colour scheme stuff.
This commit is contained in:
parent
b6965d2fe5
commit
edb1114c5e
2 changed files with 17 additions and 11 deletions
|
|
@ -66,7 +66,7 @@ void JucerTreeViewBase::paintOpenCloseButton (Graphics& g, int width, int height
|
|||
else
|
||||
p.addTriangle (width * 0.25f, height * 0.25f, width * 0.8f, height * 0.5f, width * 0.25f, height * 0.75f);
|
||||
|
||||
g.setColour (getContrastingColour (0.3f));
|
||||
g.setColour (getOwnerView()->findColour (projectPanelBackgroundColourId).contrasting (0.3f));
|
||||
g.fillPath (p);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue