fix for focus handling when deleting the items

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11175 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2001-07-25 16:13:32 +00:00
parent 37dd872003
commit d6ddcd574b
2 changed files with 9 additions and 4 deletions

View File

@@ -196,7 +196,6 @@ protected:
virtual wxListItemAttr *OnGetItemAttr(long item) const;
// it calls our OnGetXXX() functions
friend class WXDLLEXPORT wxListMainWindow;
private: