1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-09 23:34:20 +00:00
This commit is contained in:
attila 2025-07-25 17:32:34 +02:00 committed by Attila Szarvas
parent 79ded8c1f3
commit 8f30ba70cc

View file

@ -356,7 +356,7 @@ public:
These constants can be used either via the Component::setColour(), or LookAndFeel::setColour()
methods.
To change the colours of the menu that pops up, you can set the colour IDs in PopupMenu::ColourIDs.
To change the colours of the menu that pops up, you can set the colour IDs in PopupMenu::ColourIds.
@see Component::setColour, Component::findColour, LookAndFeel::setColour, LookAndFeel::findColour
*/