mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-11 23:54:18 +00:00
Removed hard-coded colour in TextPropLabel class.
This commit is contained in:
parent
8092d7d695
commit
69179fcd82
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ public:
|
|||
{
|
||||
setEditable (true, true, false);
|
||||
|
||||
setColour (backgroundColourId, Colours::white);
|
||||
setColour (backgroundColourId, findColour (ComboBox::backgroundColourId));
|
||||
setColour (outlineColourId, findColour (ComboBox::outlineColourId));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue