Browse Source

Fixed typo in ComboBox class

tags/2021-05-28
hogliux 10 years ago
parent
commit
cb2eee8f02
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/juce_gui_basics/widgets/juce_ComboBox.h

+ 1
- 1
modules/juce_gui_basics/widgets/juce_ComboBox.h View File

@@ -63,7 +63,7 @@ public:
~ComboBox();
//==============================================================================
/** Sets whether the test in the combo-box is editable.
/** Sets whether the text in the combo-box is editable.
The default state for a new ComboBox is non-editable, and can only be changed
by choosing from the drop-down list.


Loading…
Cancel
Save