Fix for the fix for wxChoice selection.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31055 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2004-12-18 13:13:52 +00:00
parent d6c69b1772
commit 5f3565a2fb
4 changed files with 52 additions and 46 deletions

View File

@@ -104,10 +104,12 @@ private:
// allocate it if it's needed (hence using pointer)
wxSortedArrayString *m_strings;
public:
// this circumvents a GTK+ 2.0 bug so that the selection is
// invalidated properly
int m_selection_hack;
private:
DECLARE_DYNAMIC_CLASS(wxChoice)
};