1
0
Fork 0
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:
Anthony Nicholls 2023-03-21 17:49:03 +00:00
parent 5fb78e30ac
commit c7689793f2
4 changed files with 13 additions and 10 deletions

View file

@ -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