mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-17 00:44:19 +00:00
Fixed typo in ComboBox class
This commit is contained in:
parent
00374c9ca9
commit
cb2eee8f02
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue