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.