From 8f30ba70ccf010ef7a034465317bd796bc33bdd5 Mon Sep 17 00:00:00 2001 From: attila Date: Fri, 25 Jul 2025 17:32:34 +0200 Subject: [PATCH] Tidying --- modules/juce_gui_basics/widgets/juce_ComboBox.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/juce_gui_basics/widgets/juce_ComboBox.h b/modules/juce_gui_basics/widgets/juce_ComboBox.h index ca0c89a9ae..fcae19d2f8 100644 --- a/modules/juce_gui_basics/widgets/juce_ComboBox.h +++ b/modules/juce_gui_basics/widgets/juce_ComboBox.h @@ -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 */