Merge pull request #16 from yokemura/bugfix/TextEditingColor

Fixed text color while editing
This commit is contained in:
Takeshi Yokemura 2021-05-01 23:49:51 +09:00 committed by GitHub
commit 325f080857
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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