Made the generic progress dialog the default for wxMSW until we have corrected two kinds of seizure-inducing flicker

This commit is contained in:
JulianSmart
2015-11-30 23:07:34 +00:00
parent 125f09f495
commit 075ef6551e
3 changed files with 5 additions and 2 deletions

View File

@@ -1215,6 +1215,9 @@
// progress dialog class for lengthy operations
#define wxUSE_PROGRESSDLG 1
// native MSW progress dialog class, flickering not yet debugged
#define wxUSE_NATIVE_PROGRESSDLG 0
// support for startup tips (wxShowTip &c)
#define wxUSE_STARTUP_TIPS 1