]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/msgdlg.cpp
Select the entire spin control contents when changing its value.
[wxWidgets.git] / src / motif / msgdlg.cpp
index d648c0e78c95c06afb287d1aea9bde23c0417f30..091d430d9d6406a6c5aaf92e038e70ac93a02e71 100644 (file)
@@ -40,6 +40,7 @@
     #include "wx/settings.h"
 #endif
 
+#include "wx/testing.h"
 #include "wx/motif/private.h"
 
 // ----------------------------------------------------------------------------
@@ -105,6 +106,8 @@ extern "C"
 
 int wxMessageDialog::ShowModal()
 {
+    WX_TESTING_SHOW_MODAL_HOOK();
+
     const long style = GetMessageDialogStyle();
 
     DialogCreateFunction dialogCreateFunction;