17c7048f36
Passing an empty std::vector<wxString> to Append() or Insert() methods of any wxItemContainer-derived classes, such as e.g. wxComboBox, resulted in undefined behaviour due to accessing the first element of an empty vector. Fix this by avoiding using it when the vector is empty. |
||
---|---|---|
.. | ||
msvc/wx | ||
wx |