1
0
Fork 0
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:
jules 2013-04-01 14:33:27 +01:00
parent 26c0733f8f
commit af18430f08
16 changed files with 43 additions and 44 deletions

View file

@ -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);