Made the generic progress dialog the default for wxMSW until we have corrected two kinds of seizure-inducing flicker
This commit is contained in:
@@ -1215,6 +1215,9 @@
|
|||||||
// progress dialog class for lengthy operations
|
// progress dialog class for lengthy operations
|
||||||
#define wxUSE_PROGRESSDLG 1
|
#define wxUSE_PROGRESSDLG 1
|
||||||
|
|
||||||
|
// native MSW progress dialog class, flickering not yet debugged
|
||||||
|
#define wxUSE_NATIVE_PROGRESSDLG 0
|
||||||
|
|
||||||
// support for startup tips (wxShowTip &c)
|
// support for startup tips (wxShowTip &c)
|
||||||
#define wxUSE_STARTUP_TIPS 1
|
#define wxUSE_STARTUP_TIPS 1
|
||||||
|
|
||||||
|
@@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
#include "wx/generic/progdlgg.h"
|
#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"
|
#include "wx/msw/progdlg.h"
|
||||||
#else
|
#else
|
||||||
class WXDLLIMPEXP_CORE wxProgressDialog
|
class WXDLLIMPEXP_CORE wxProgressDialog
|
||||||
|
@@ -22,7 +22,7 @@
|
|||||||
#pragma hdrstop
|
#pragma hdrstop
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if wxUSE_PROGRESSDLG && wxUSE_THREADS
|
#if wxUSE_PROGRESSDLG && wxUSE_THREADS && wxUSE_NATIVE_PROGRESSDLG
|
||||||
|
|
||||||
#include "wx/progdlg.h"
|
#include "wx/progdlg.h"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user