1
0
Fork 0
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:
ed 2018-07-27 09:15:49 +01:00
parent d2968c6e3f
commit 33fb0e9d60

View file

@ -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