call DoDirtyProcessing() from OnIdle() instead of using wxYield() (patch 1518119)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40286 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2006-07-24 18:12:23 +00:00
parent 97757cee26
commit 27f8357f3c
2 changed files with 20 additions and 13 deletions

View File

@@ -341,6 +341,8 @@ protected:
void UnselectAllChildren( wxGenericTreeItem *item );
void ChildrenClosing(wxGenericTreeItem* item);
void DoDirtyProcessing();
private:
DECLARE_EVENT_TABLE()
DECLARE_DYNAMIC_CLASS(wxGenericTreeCtrl)