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:
parent
057bb262dd
commit
61418912bc
1 changed files with 3 additions and 3 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue