mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-08-20 22:06:25 +08:00
Use "item" sent by Windows as the position, not ID, for the submenus as they don't have any IDs at Windows level. This really fixes showing help string for the submenu items. Closes #25505.