http://bugs.winehq.org/show_bug.cgi?id=30035
--- Comment #1 from Alexandre Julliard julliard@winehq.org 2012-02-28 07:29:15 CST --- (In reply to comment #0)
Metapad is a free and very efficient notepad replacement, one file executable. The author states, that metapad has NO dependencies of win32 DLLs, so one should expect metapad to behave identical in WINE and Windows platform.
That's clearly not true, the app is just a wrapper around the richedit control.
Anyway, the problem is that it does a fState == MFS_CHECKED to see if the "Disabled" menu item is checked when you click on it, but we have set the MFS_HILITE flag too at that point. The flag should probably be cleared when the item is selected, this will need some tests.