]> git.saurik.com Git - wxWidgets.git/blobdiff - src/cocoa/dialog.mm
simplify code to return from the end of the function
[wxWidgets.git] / src / cocoa / dialog.mm
index 7c5d51690741e22826b894a59b4894309aff3251..fbc8bbe18d48749a162aa3a47b0247f45929e530 100644 (file)
@@ -19,6 +19,7 @@
     #include "wx/settings.h"
 #endif //WX_PRECOMP
 
+#include "wx/testing.h"
 #include "wx/cocoa/autorelease.h"
 #include "wx/cocoa/string.h"
 
@@ -127,6 +128,8 @@ bool wxDialog::Show(bool show)
 // is stopped (via EndModal()) it returns the exit code.
 int wxDialog::ShowModal()
 {
+    WX_TESTING_SHOW_MODAL_HOOK();
+
     wxCHECK_MSG(!IsModal(),GetReturnCode(),wxT("wxDialog::ShowModal called within its own modal loop"));
 
     // Show(true) will set m_isShown = true