Commit pickers-fixes.patch added to 1472329 (Francesco Montorsi)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39528 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -80,8 +80,8 @@ protected:
|
||||
// wxFontPickerCtrl specific flags
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
#define wxFNTP_USE_TEXTCTRL wxPB_USE_TEXTCTRL
|
||||
#define wxFNTP_DEFAULT_STYLE wxFNTP_FONTDESC_AS_LABEL|wxFNTP_USEFONT_FOR_LABEL
|
||||
#define wxFNTP_USE_TEXTCTRL (wxPB_USE_TEXTCTRL)
|
||||
#define wxFNTP_DEFAULT_STYLE (wxFNTP_FONTDESC_AS_LABEL|wxFNTP_USEFONT_FOR_LABEL)
|
||||
|
||||
// not a style but rather the default value of the maximum pointsize allowed
|
||||
#define wxFNTP_MAXPOINT_SIZE 100
|
||||
|
Reference in New Issue
Block a user