]> git.saurik.com Git - wxWidgets.git/commitdiff
Correct documentation of supported cursor sizes under wxOSX.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 3 Jan 2012 00:40:22 +0000 (00:40 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 3 Jan 2012 00:40:22 +0000 (00:40 +0000)
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

interface/wx/cursor.h

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