mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-20 01:14:20 +00:00
Changed Label::setText to use a NotificationType parameter rather than a bool.
This commit is contained in:
parent
26c0733f8f
commit
af18430f08
16 changed files with 43 additions and 44 deletions
|
|
@ -308,7 +308,7 @@ public:
|
|||
editor.setColour (CaretComponent::caretColourId, Colours::black);
|
||||
|
||||
addAndMakeVisible (&editor);
|
||||
label.setText ("Find:", false);
|
||||
label.setText ("Find:", dontSendNotification);
|
||||
label.setColour (Label::textColourId, Colours::white);
|
||||
label.attachToComponent (&editor, false);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue