1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Fix documentation typo in juce_ColourSelector.h

This commit is contained in:
Noah Dayan 2018-01-11 12:48:43 +00:00
parent 057bb262dd
commit 61418912bc

View file

@ -82,9 +82,9 @@ public:
/** Changes the colour that is currently being shown.
@param newColour the new colour to show
@param notification whether to send a notification of the change to listeners.
A notification will only be sent if the colour has changed.
@param newColour the new colour to show
@param notificationType whether to send a notification of the change to listeners.
A notification will only be sent if the colour has changed.
*/
void setCurrentColour (Colour newColour, NotificationType notificationType = sendNotification);