From 2482980598d031f001c4ced65848a290803e1172 Mon Sep 17 00:00:00 2001 From: Takeshi Yokemura Date: Sat, 1 May 2021 23:36:56 +0900 Subject: [PATCH] Fixed text color while editing --- Source/PluginEditor.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/PluginEditor.cpp b/Source/PluginEditor.cpp index 6c55a4c..d165238 100644 --- a/Source/PluginEditor.cpp +++ b/Source/PluginEditor.cpp @@ -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