]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/dialogs/dialogs.cpp
wxMGL compilation fixes
[wxWidgets.git] / samples / dialogs / dialogs.cpp
index 632fdf155d61da75e5548413ec2020c74981a5e8..af929a2dd462506cca868800beed163ec0913cf3 100644 (file)
@@ -266,6 +266,9 @@ void MyFrame::LogDialog(wxCommandEvent& event)
         wxLogMessage("This is some message - everything is ok so far.");
         wxLogMessage("Another message...\n... this one is on multiple lines");
         wxLogWarning("And then something went wrong!");
+
+        // and if ~wxBusyCursor doesn't do it, then call it manually
+        wxYield();
     }
 
     wxLogError("Intermediary error handler decided to abort.");