Correct documentation of supported cursor sizes under wxOSX.

wxOSX/Cocoa seems to support cursors of any size and with colours.

Closes #12614.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70246 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2012-01-03 00:40:22 +00:00
parent 68a1c7d38f
commit 3ecb578aa9

View File

@@ -178,8 +178,7 @@ public:
foreground and background. In any case, the cursor will be displayed foreground and background. In any case, the cursor will be displayed
at the size of the image. at the size of the image.
In wxMac, if the cursor is larger than 16x16 it is resized and Under wxMac (Cocoa), large cursors are supported.
currently only shown as black/white (mask respected).
*/ */
wxCursor(const wxImage& image); wxCursor(const wxImage& image);