Browse Source

A minor documentation update.

tags/2021-05-28
Tom Poole 7 years ago
parent
commit
e5314791c1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/juce_gui_basics/buttons/juce_ToggleButton.h

+ 1
- 1
modules/juce_gui_basics/buttons/juce_ToggleButton.h View File

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


Loading…
Cancel
Save