1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-09 23:34:20 +00:00

Docs: Fix typo in juce_Component.h

This commit is contained in:
reuk 2025-09-10 10:49:40 +01:00
parent 47d441787c
commit 7981957f50
No known key found for this signature in database

View file

@ -2358,9 +2358,9 @@ public:
/** This method is called when a colour is changed by the setColour() method,
or when the look-and-feel is changed by the setLookAndFeel() or
sendLookAndFeelChanged() methods.
sendLookAndFeelChange() methods.
@see setColour, findColour, setLookAndFeel, sendLookAndFeelChanged
@see setColour, findColour, setLookAndFeel, sendLookAndFeelChange
*/
virtual void colourChanged();