mirror of
https://github.com/yokemura/Magical8bitPlug2.git
synced 2025-05-24 23:00:21 -04:00
Merge pull request #16 from yokemura/bugfix/TextEditingColor
Fixed text color while editing
This commit is contained in:
commit
325f080857
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user