1
0
Fork 0
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:
jules 2012-07-12 15:56:10 +01:00
parent b6965d2fe5
commit edb1114c5e
2 changed files with 17 additions and 11 deletions

View file

@ -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);
}