Explicitly set the cursor when showing popup menu on text control in wxMSW.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 26 Nov 2009 03:29:27 +0000 (03:29 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 26 Nov 2009 03:29:27 +0000 (03:29 +0000)
commit7b6126aa3adb67be63054dedc86d5ed90c65de22
treef93dcbfdfd6fbb886ef397e109cd7eb7eb30c62d
parent64932e4105654e784d0276671f5ac28f9bdb4ee9
Explicitly set the cursor when showing popup menu on text control in wxMSW.

Without this, an I-beam cursor is used when a menu is shown by a rich text
control. Set the arrow cursor explicitly to work around this apparent bug in
the native control.

Closes #11314.

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