Improvements to OnIdle processing
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21934 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1830,7 +1830,9 @@ void wxWindowBase::DoUpdateWindowUI(wxUpdateUIEvent& event)
|
||||
#endif
|
||||
}
|
||||
|
||||
#if 0
|
||||
// call internal idle recursively
|
||||
// may be obsolete (wait until OnIdle scheme stabilises)
|
||||
void wxWindowBase::ProcessInternalIdle()
|
||||
{
|
||||
OnInternalIdle();
|
||||
@@ -1843,6 +1845,7 @@ void wxWindowBase::ProcessInternalIdle()
|
||||
node = node->GetNext();
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// dialog units translations
|
||||
|
Reference in New Issue
Block a user