From 54c3b8d357b7d69349090295893cdee5e4950b3c Mon Sep 17 00:00:00 2001 From: comex Date: Mon, 23 Sep 2013 01:29:39 -0400 Subject: [PATCH] Reapply shuffle2's patch. This is a wx bug: http://trac.wxwidgets.org/ticket/13933 --- Externals/wxWidgets3/include/wx/msw/private/msgdlg.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Externals/wxWidgets3/include/wx/msw/private/msgdlg.h b/Externals/wxWidgets3/include/wx/msw/private/msgdlg.h index e8946503be..20ccc4fff0 100644 --- a/Externals/wxWidgets3/include/wx/msw/private/msgdlg.h +++ b/Externals/wxWidgets3/include/wx/msw/private/msgdlg.h @@ -18,7 +18,10 @@ // by the task dialogs only. Also notice that task dialogs are available for // Unicode applications only. #if defined(TD_WARNING_ICON) && wxUSE_UNICODE - #define wxHAS_MSW_TASKDIALOG +// (shuffle2) This is turned off because as of wxW svn r70933, +// there is a bug with the wxPD_AUTO_HIDE style which can cause a non-dolphin +// window to come to the foreground after auto-closing of the TaskDialog. +// #define wxHAS_MSW_TASKDIALOG #endif // Provides methods for creating a task dialog.