Applied [ 876737 ] menu item with bitmap uses wrong font
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25211 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
1ab1deabc7
commit
51f8b24631
@ -135,7 +135,7 @@ wxMenuItem::wxMenuItem(wxMenu *pParentMenu,
|
||||
wxMenu *pSubMenu)
|
||||
: wxMenuItemBase(pParentMenu, id, text, strHelp, kind, pSubMenu)
|
||||
#if wxUSE_OWNER_DRAWN
|
||||
, wxOwnerDrawn(text, kind == wxITEM_CHECK)
|
||||
, wxOwnerDrawn(text, kind == wxITEM_CHECK, true)
|
||||
#endif // owner drawn
|
||||
{
|
||||
Init();
|
||||
|
Loading…
Reference in New Issue
Block a user