From d0dc318b9d62db0a3a228943fd8cc81ffb50901f Mon Sep 17 00:00:00 2001 From: JulianSmart Date: Tue, 1 Dec 2015 20:25:10 +0000 Subject: [PATCH] Set the default back to using the native progress dialog --- include/wx/msw/setup0.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/msw/setup0.h b/include/wx/msw/setup0.h index 55f8e236a0..c8b45d69e2 100644 --- a/include/wx/msw/setup0.h +++ b/include/wx/msw/setup0.h @@ -1216,7 +1216,7 @@ #define wxUSE_PROGRESSDLG 1 // native MSW progress dialog class, flickering not yet debugged -#define wxUSE_NATIVE_PROGRESSDLG 0 +#define wxUSE_NATIVE_PROGRESSDLG 1 // support for startup tips (wxShowTip &c) #define wxUSE_STARTUP_TIPS 1