]> git.saurik.com Git - wxWidgets.git/commit
Create wxCURSOR_RIGHT_ARROW on the fly from normal arrow cursor under MSW.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 10 Feb 2013 16:13:46 +0000 (16:13 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 10 Feb 2013 16:13:46 +0000 (16:13 +0000)
commit6586750c6a4fa9084eaf5075006ca1fcfe50e818
treeafaac380e9bb48b894fa34a9a5583ab434658421
parent1ebfe6c58a3a2b72dd0b8f97b57c49d139f612e6
Create wxCURSOR_RIGHT_ARROW on the fly from normal arrow cursor under MSW.

This allows to avoid having another cursor resource and also makes this cursor
nicer as rightarr.cur looks rather out of place under modern Windows systems.

Closes #14991.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73491 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/msw/rightarr.cur [deleted file]
include/wx/msw/wx.rc
src/msw/cursor.cpp