Made the generic progress dialog the default for wxMSW until we have corrected two kinds of seizure-inducing flicker
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
|
||||
#include "wx/generic/progdlgg.h"
|
||||
|
||||
#if defined(__WXMSW__) && wxUSE_THREADS && !defined(__WXUNIVERSAL__)
|
||||
#if defined(__WXMSW__) && wxUSE_THREADS && !defined(__WXUNIVERSAL__) && wxUSE_NATIVE_PROGRESSDLG
|
||||
#include "wx/msw/progdlg.h"
|
||||
#else
|
||||
class WXDLLIMPEXP_CORE wxProgressDialog
|
||||
|
Reference in New Issue
Block a user