1
0
Fork 0
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:
jules 2016-08-11 16:06:12 +01:00
parent 3104cbe147
commit 999f4848df

View file

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