added a preImage of the selection in order to avoid unnecessary events being triggered

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12479 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2001-11-18 18:52:47 +00:00
parent f47db8f067
commit ccf0e7f6d4
3 changed files with 45 additions and 44 deletions

View File

@@ -113,6 +113,7 @@ public:
ListHandle m_macList ;
wxArrayString m_stringArray ;
wxListDataArray m_dataArray ;
wxArrayInt m_selectionPreImage ;
void MacSetRedraw( bool doDraw ) ;
protected:
void MacDestroy() ;