mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Widgets: call repaint() in colourChanged() callbacks
This commit is contained in:
parent
5fb78e30ac
commit
c7689793f2
4 changed files with 13 additions and 10 deletions
|
|
@ -2234,6 +2234,8 @@ public:
|
|||
method, which your component can override if it needs to do something when
|
||||
colours are altered.
|
||||
|
||||
Note repaint() is not automatically called when a colour is changed.
|
||||
|
||||
For more details about colour IDs, see the comments for findColour().
|
||||
|
||||
@see findColour, isColourSpecified, colourChanged, LookAndFeel::findColour, LookAndFeel::setColour
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue