Fix default value for wxFontPickerCtrl's initial font parameter
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43090 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -400,7 +400,7 @@ public:
|
|||||||
|
|
||||||
wxFontPickerCtrl(wxWindow *parent,
|
wxFontPickerCtrl(wxWindow *parent,
|
||||||
wxWindowID id=-1,
|
wxWindowID id=-1,
|
||||||
const wxFont& initial = *wxNORMAL_FONT,
|
const wxFont& initial = wxNullFont,
|
||||||
const wxPoint& pos = wxDefaultPosition,
|
const wxPoint& pos = wxDefaultPosition,
|
||||||
const wxSize& size = wxDefaultSize,
|
const wxSize& size = wxDefaultSize,
|
||||||
long style = wxFNTP_DEFAULT_STYLE,
|
long style = wxFNTP_DEFAULT_STYLE,
|
||||||
@@ -410,7 +410,7 @@ public:
|
|||||||
|
|
||||||
bool Create(wxWindow *parent,
|
bool Create(wxWindow *parent,
|
||||||
wxWindowID id=-1,
|
wxWindowID id=-1,
|
||||||
const wxFont& initial = *wxNORMAL_FONT,
|
const wxFont& initial = wxNullFont,
|
||||||
const wxPoint& pos = wxDefaultPosition,
|
const wxPoint& pos = wxDefaultPosition,
|
||||||
const wxSize& size = wxDefaultSize,
|
const wxSize& size = wxDefaultSize,
|
||||||
long style = wxFNTP_DEFAULT_STYLE,
|
long style = wxFNTP_DEFAULT_STYLE,
|
||||||
|
Reference in New Issue
Block a user