mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-28 02:30:05 +00:00
Stopped the ColourSelector sending a change message from its constructor
This commit is contained in:
parent
3104cbe147
commit
999f4848df
1 changed files with 1 additions and 1 deletions
|
|
@ -336,7 +336,7 @@ ColourSelector::ColourSelector (const int sectionsToShow, const int edge, const
|
|||
addAndMakeVisible (hueSelector = new HueSelectorComp (*this, h, gapAroundColourSpaceComponent));
|
||||
}
|
||||
|
||||
update (sendNotification);
|
||||
update (dontSendNotification);
|
||||
}
|
||||
|
||||
ColourSelector::~ColourSelector()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue