diff --git a/modules/juce_gui_basics/buttons/juce_ToggleButton.h b/modules/juce_gui_basics/buttons/juce_ToggleButton.h index 17d76c4358..b7c502e6f3 100644 --- a/modules/juce_gui_basics/buttons/juce_ToggleButton.h +++ b/modules/juce_gui_basics/buttons/juce_ToggleButton.h @@ -74,7 +74,7 @@ public: { textColourId = 0x1006501, /**< The colour to use for the button's text. */ tickColourId = 0x1006502, /**< The colour to use for the tick mark. */ - tickDisabledColourId = 0x1006503 /**< The colour to use for the disabled tick mark. */ + tickDisabledColourId = 0x1006503 /**< The colour to use for the disabled tick mark and/or outline. */ }; protected: