Ticket #14991 (closed enhancement: fixed)

Opened 5 months ago

Last modified 2 months ago

Right Arrow Mouse Cursor in MSW without .rc

Reported by: DoltAlya Owned by:
Priority: normal Milestone: 2.9.5
Component: wxMSW Version: 2.9-svn
Keywords: Cc:
Blocked By: Patch: no
Blocking:

Description

There is no right arrow mouse cursor in Windows. But it's easy to create it from original arrow.

Attachments

right_arrow_msw.patch download (2.3 KB) - added by DoltAlya 5 months ago.

Change History

Changed 5 months ago by DoltAlya

Changed 4 months ago by VZ

  • status changed from new to closed
  • resolution set to fixed

(In [73491]) 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.

Changed 2 months ago by wojdyr

it seems that wx/msw/rightarr.cur needs to be removed also from bakefile, I get:

/bin/install -c -m 644 ../include/$f /home/wojdyr/local/mingw32/include/wx-2.9/$f; \
done
/bin/install: cannot stat ‘../include/wx/msw/rightarr.cur’: No such file or directory

Changed 2 months ago by VZ

(In [73791]) Remove rightarr.cur which doesn't exist any more from files list.

This should have been part of r73491, see #14991.

Note: See TracTickets for help on using tickets.