#11480: Correct drawing of std check mark on owner-drawn menu
----------------------------------+-----------------------------------------
Reporter: malcompl | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone:
Component: wxMSW | Version:
Keywords: wxMenu, wxOwnerDrawn | Blockedby:
Patch: 1 | Blocking:
----------------------------------+-----------------------------------------
Patch corrects drawing of standard check mark on owner-drawn menu if item
menu is check or radio type and if any bitmap wasn't assigned/set for it.
--
Ticket URL: <http://trac.wxwidgets.org/ticket/11480>
#11480: Correct drawing of std check mark on owner-drawn menu
--------------------------+-------------------------------------------------
Reporter: malcompl | Owner:
Type: enhancement | Status: closed
Priority: normal | Milestone:
Component: wxMSW | Version:
Resolution: fixed | Keywords: wxMenu, wxOwnerDrawn
Blockedby: | Patch: 1
Blocking: |
--------------------------+-------------------------------------------------
Changes (by VZ):
* status: new => closed
* resolution: => fixed
Comment:
(In [62713]) Correct drawing of check marks for owner-drawn items without
bitmaps.
Standard check mark was not drawn correctly for check/radio items without
bitmaps.
Closes #11480.
--
Ticket URL: <http://trac.wxwidgets.org/ticket/11480#comment:1>
#11480: Correct drawing of std check mark on owner-drawn menu
--------------------------+-------------------------------------------------
Reporter: malcompl | Owner:
Type: enhancement | Status: closed
Priority: normal | Milestone:
Component: wxMSW | Version:
Resolution: fixed | Keywords: wxMenu, wxOwnerDrawn
Blockedby: | Patch: 1
Blocking: |
--------------------------+-------------------------------------------------
Comment(by VZ):
(In [63225]) Correct drawing of check marks for owner-drawn items without
bitmaps.
Standard check mark was not drawn correctly for check/radio items without
bitmaps.
Closes #11480.
--
Ticket URL: <http://trac.wxwidgets.org/ticket/11480#comment:2>