mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-08-19 10:52:23 +08:00
Calling wxGridCellChoiceEditor::SetParameters() didn't have any effect if the editor had been already used because this method only updated the internally stored m_choices, used for creating the combobox, but not the strings actually used by the combobox, if it had been already created. Also mention that this works in the documentation. Closes #10465.