Fixed text color while editing

This commit is contained in:
Takeshi Yokemura 2021-05-01 23:36:56 +09:00
parent 6067742d75
commit 2482980598

View File

@ -70,10 +70,12 @@ void Magical8bitPlug2AudioProcessorEditor::applyLookAndFeel()
getLookAndFeel().setColour (Slider::backgroundColourId, cs.mainDarkened);
getLookAndFeel().setColour (Slider::textBoxTextColourId, cs.mainThinLine);
getLookAndFeel().setColour (Slider::textBoxBackgroundColourId, cs.textBoxFill);
getLookAndFeel().setColour (Slider::textBoxHighlightColourId, cs.mainThinLine);
getLookAndFeel().setColour (Slider::textBoxOutlineColourId, cs.genericBorder);
getLookAndFeel().setColour (TextButton::ColourIds::buttonColourId, cs.boxFill);
getLookAndFeel().setColour (TextButton::ColourIds::textColourOffId, cs.reversedForeground);
getLookAndFeel().setColour (Label::textWhenEditingColourId, cs.mainThinLine);
//
// Label