s/wxUsleep/wxMilliSleep
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58517 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1792,7 +1792,7 @@ void MyFrame::ShowBusyInfo(wxCommandEvent& WXUNUSED(event))
|
|||||||
|
|
||||||
for ( int i = 0; i < 18; i++ )
|
for ( int i = 0; i < 18; i++ )
|
||||||
{
|
{
|
||||||
//wxUsleep(100);
|
wxMilliSleep(100);
|
||||||
wxTheApp->Yield();
|
wxTheApp->Yield();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user