]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/dialog.cpp
simplify code to return from the end of the function
[wxWidgets.git] / src / motif / dialog.cpp
index 9291ad72fb99f138a65bb54a7966c7d48aa021dc..a63aca7d3fc7c0248eef870ce51f429fde9baa50 100644 (file)
@@ -21,6 +21,7 @@
 #endif
 
 #include "wx/evtloop.h"
 #endif
 
 #include "wx/evtloop.h"
+#include "wx/testing.h"
 
 #ifdef __VMS__
 #pragma message disable nosimpint
 
 #ifdef __VMS__
 #pragma message disable nosimpint
@@ -288,6 +289,8 @@ bool wxDialog::Show( bool show )
 // Shows a dialog modally, returning a return code
 int wxDialog::ShowModal()
 {
 // Shows a dialog modally, returning a return code
 int wxDialog::ShowModal()
 {
+    WX_TESTING_SHOW_MODAL_HOOK();
+
     Show(true);
 
     // after the event loop ran, the widget might already have been destroyed
     Show(true);
 
     // after the event loop ran, the widget might already have been destroyed