]> git.saurik.com Git - wxWidgets.git/commit
Applied patch [ 592363 ] Owner Draw Round 2 fixes
authorJulian Smart <julian@anthemion.co.uk>
Thu, 8 Aug 2002 09:10:04 +0000 (09:10 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Thu, 8 Aug 2002 09:10:04 +0000 (09:10 +0000)
commit5ac7be7a9f08c036273e028f2c9d400b6f879005
tree9a8edea7d6847dab46e5710278edb2bcdb55a889
parent2ad99bc1398db5a619b3682e90ad7a99485ae4c9
Applied patch [ 592363 ] Owner Draw Round 2 fixes

This patch fixes the following items in the owner draw
code:

* When an item is disabled, yet highlighted, the code
will now retrieve the user's system settings for
greyed-out text and use that color. Previously, the
code had continued to print the disabled text with an
embossed effect, which looked bad when the item was
highlighted.

* Menu formatting, such as hot-key underlining
(example, "&Open"), has been fixed.

* Measurements and alignments with
accelerators/hot-keys has been fixed.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16401 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/msw/ownerdrw.cpp