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

TextPropertyComponent colour fix.

This commit is contained in:
jules 2012-07-27 22:00:59 +01:00
parent 15c35b8ad8
commit 4c951ecce6
2 changed files with 5 additions and 5 deletions

View file

@ -35,8 +35,8 @@ public:
{
setEditable (true, true, false);
setColour (backgroundColourId, findColour (ComboBox::backgroundColourId));
setColour (outlineColourId, findColour (ComboBox::outlineColourId));
setColour (backgroundColourId, findColour (Label::backgroundColourId));
setColour (outlineColourId, findColour (Label::outlineColourId));
}
TextEditor* createEditorComponent()