From e5314791c1bc6b0ef8a2f6f889ee5afbaadc82ee Mon Sep 17 00:00:00 2001 From: Tom Poole Date: Tue, 28 Aug 2018 10:35:18 +0100 Subject: [PATCH] A minor documentation update. --- modules/juce_gui_basics/buttons/juce_ToggleButton.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: