mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Docs: Fix typo in juce_Component.h
This commit is contained in:
parent
47d441787c
commit
7981957f50
1 changed files with 2 additions and 2 deletions
|
|
@ -2358,9 +2358,9 @@ public:
|
||||||
|
|
||||||
/** This method is called when a colour is changed by the setColour() method,
|
/** 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
|
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();
|
virtual void colourChanged();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue