Fixed conflict between wxFilePicker and wxButton.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40065 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -57,11 +57,11 @@ protected:
|
|||||||
// NB: these styles must be defined to carefully-chosen values to
|
// NB: these styles must be defined to carefully-chosen values to
|
||||||
// avoid conflicts with wxButton's styles
|
// avoid conflicts with wxButton's styles
|
||||||
|
|
||||||
#define wxFLP_OPEN 0x0200
|
#define wxFLP_OPEN 0x0400
|
||||||
#define wxFLP_SAVE 0x0400
|
#define wxFLP_SAVE 0x0800
|
||||||
#define wxFLP_OVERWRITE_PROMPT 0x0800
|
#define wxFLP_OVERWRITE_PROMPT 0x1000
|
||||||
#define wxFLP_FILE_MUST_EXIST 0x1000
|
#define wxFLP_FILE_MUST_EXIST 0x2000
|
||||||
#define wxFLP_CHANGE_DIR 0x2000
|
#define wxFLP_CHANGE_DIR 0x4000
|
||||||
|
|
||||||
// NOTE: wxMULTIPLE is not supported !
|
// NOTE: wxMULTIPLE is not supported !
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user