]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/busyinfo.cpp
added renderer.h/.cpp
[wxWidgets.git] / src / generic / busyinfo.cpp
index 830546db0c78d373d24c09ceb179048431b9d31b..ad0bd8af6b57c92b3efd799a30ed0b83eee61d3e 100644 (file)
@@ -105,9 +105,13 @@ wxBusyInfo::wxBusyInfo(const wxString& message, wxWindow *parent)
 {
     m_InfoFrame = new wxInfoFrame( parent, message);
     m_InfoFrame->Show(TRUE);
+#ifdef __WXMAC__
+       m_InfoFrame->Update() ;
+#else
     wxYield();
     m_InfoFrame->Refresh();
     wxYield();
+#endif
 }
 
 wxBusyInfo::~wxBusyInfo()