X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0b634ddd0801fcb01b3a951c22449e5dfee9c29e..9175b26272dc4f9062bf268fa916f5b7a21d1dc6:/src/generic/busyinfo.cpp diff --git a/src/generic/busyinfo.cpp b/src/generic/busyinfo.cpp index 63088b3c3d..f3f737f4b8 100644 --- a/src/generic/busyinfo.cpp +++ b/src/generic/busyinfo.cpp @@ -105,12 +105,8 @@ wxBusyInfo::wxBusyInfo(const wxString& message, wxWindow *parent) { m_InfoFrame = new wxInfoFrame( parent, message); m_InfoFrame->Show(true); -#ifdef __WXMAC__ - m_InfoFrame->Update() ; -#else m_InfoFrame->Refresh(); m_InfoFrame->Update(); -#endif } wxBusyInfo::~wxBusyInfo()