Browse Source

Fixed a typo in TextPropertyComponent

tags/2021-05-28
ed 7 years ago
parent
commit
33f075212e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/juce_gui_basics/properties/juce_TextPropertyComponent.h

+ 1
- 1
modules/juce_gui_basics/properties/juce_TextPropertyComponent.h View File

@@ -53,7 +53,7 @@ protected:
public:
/** Creates a text property component.
@param valueToControl The Value that is controlled by the TextPropertyCOmponent
@param valueToControl The Value that is controlled by the TextPropertyComponent
@param propertyName The name of the property
@param maxNumChars If not zero, then this specifies the maximum allowable length of
the string. If zero, then the string will have no length limit.


Loading…
Cancel
Save