Browse Source

Fixed typo in docs of MultiChoicePropertyComponent

tags/2021-05-28
Noah Dayan 7 years ago
parent
commit
65c82b99db
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      modules/juce_gui_basics/properties/juce_MultiChoicePropertyComponent.h

+ 2
- 2
modules/juce_gui_basics/properties/juce_MultiChoicePropertyComponent.h View File

@@ -51,7 +51,7 @@ public:
These are the values that will be read and written to the
valueToControl value. This array must contain the same number of items
as the choices array
@param maxChoice the maxmimum number of values which can be selected at once. The default of
@param maxChoices the maxmimum number of values which can be selected at once. The default of
-1 will not limit the number that can be selected
*/
MultiChoicePropertyComponent (const Value& valueToControl,
@@ -69,7 +69,7 @@ public:
These are the values that will be read and written to the
valueToControl value. This array must contain the same number of items
as the choices array
@param maxChoice the maxmimum number of values which can be selected at once. The default of
@param maxChoices the maxmimum number of values which can be selected at once. The default of
-1 will not limit the number that can be selected
*/
MultiChoicePropertyComponent (ValueWithDefault& valueToControl,


Loading…
Cancel
Save