Set the default back to using the native progress dialog

This commit is contained in:
JulianSmart 2015-12-01 20:25:10 +00:00
parent 271fbce876
commit d0dc318b9d

View File

@ -1216,7 +1216,7 @@
#define wxUSE_PROGRESSDLG 1 #define wxUSE_PROGRESSDLG 1
// native MSW progress dialog class, flickering not yet debugged // 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) // support for startup tips (wxShowTip &c)
#define wxUSE_STARTUP_TIPS 1 #define wxUSE_STARTUP_TIPS 1