Files
wxWidgets/include/wx/msw
Vadim Zeitlin da319a87cd Make wxMSW owner drawn menu item code more clear and correct.
The user-visible effect of this change is that removing the item from the menu
and adding it back doesn't lose its icon any more.

At the code level, wxMenuItem::SetBitmaps() and related methods are
implemented outside of "#if wxUSE_OWNER_DRAWN" which allows to use them even
in minimalistic library builds. And IsOwnerDrawn() is not used any more to
determine whether the item has bitmaps, just only if it's really owner drawn,
making the code more clear and fixing at least the bug above and possible more.

Closes #13878.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76202 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2014-03-27 00:02:28 +00:00
..
2013-11-12 18:06:37 +00:00
2013-11-12 18:06:37 +00:00
2013-11-12 18:06:37 +00:00
2013-10-25 12:17:28 +00:00
2014-03-11 16:04:22 +00:00
2013-11-12 18:06:37 +00:00
2013-10-25 12:17:28 +00:00