wxProgressDialog needs progress bar.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30785 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
4d4e1be2ef
commit
063b752ebc
@ -1460,6 +1460,17 @@
|
||||
# endif
|
||||
#endif /* wxUSE_FILEDLG */
|
||||
|
||||
#if !wxUSE_GAUGE
|
||||
# if wxUSE_PROGRESSDLG
|
||||
# ifdef wxABORT_ON_CONFIG_ERROR
|
||||
# error "Progress dialog require wxUSE_GAUGE"
|
||||
# else
|
||||
# undef wxUSE_GAUGE
|
||||
# define wxUSE_GAUGE 1
|
||||
# endif
|
||||
# endif
|
||||
#endif /* !wxUSE_GAUGE */
|
||||
|
||||
#if !wxUSE_BUTTON
|
||||
# if wxUSE_PROGRESSDLG || \
|
||||
wxUSE_FONTDLG || \
|
||||
@ -1477,7 +1488,7 @@
|
||||
# define wxUSE_BUTTON 1
|
||||
# endif
|
||||
# endif
|
||||
#endif /* wxUSE_PROGRESSDLG */
|
||||
#endif /* !wxUSE_BUTTON */
|
||||
|
||||
#if !wxUSE_TOOLBAR
|
||||
# if wxUSE_TOOLBAR_NATIVE
|
||||
|
Loading…
Reference in New Issue
Block a user