mirror of
https://github.com/libretro/pcsx2.git
synced 2024-12-03 15:41:01 +00:00
wxWidgets/MSW: Disable validators. We don't use 'em.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3593 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
9987f673b3
commit
31e957c5b3
2
3rdparty/wxWidgets/include/wx/setup.h
vendored
2
3rdparty/wxWidgets/include/wx/setup.h
vendored
@ -850,7 +850,7 @@
|
||||
#define wxUSE_TOOLTIPS 1
|
||||
|
||||
// wxValidator class and related methods
|
||||
#define wxUSE_VALIDATORS 1
|
||||
#define wxUSE_VALIDATORS 0
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// common dialogs
|
||||
|
2
3rdparty/wxWidgets/include/wx/univ/setup.h
vendored
2
3rdparty/wxWidgets/include/wx/univ/setup.h
vendored
@ -865,7 +865,7 @@
|
||||
#endif
|
||||
|
||||
// wxValidator class and related methods
|
||||
#define wxUSE_VALIDATORS 1
|
||||
#define wxUSE_VALIDATORS 0
|
||||
|
||||
// wxDC cacheing implementation
|
||||
#define wxUSE_DC_CACHEING 1
|
||||
|
Loading…
Reference in New Issue
Block a user