mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-04 03:40:07 +00:00
Fixed an error in the documentation of ComboBox::setText()
This commit is contained in:
parent
d2968c6e3f
commit
33fb0e9d60
1 changed files with 1 additions and 1 deletions
|
|
@ -240,7 +240,7 @@ public:
|
|||
|
||||
The text passed-in will be set as the current text regardless of whether
|
||||
it is one of the items in the list. If the current text isn't one of the
|
||||
items, then getSelectedId() will return -1, otherwise it wil return
|
||||
items, then getSelectedId() will return 0, otherwise it wil return
|
||||
the approriate ID.
|
||||
|
||||
@param newText the text to select
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue