From 756284f00adc1d0fd200613bb085c2ec3bc57823 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Sat, 5 Apr 2003 10:51:54 +0000 Subject: [PATCH] Applied patch [ 715449 ] Fix MSW cursor errors (already implicit in CVS trunk) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19986 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/msw/cursor.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/msw/cursor.cpp b/src/msw/cursor.cpp index 31d0f4e86d..3f31bc74d9 100644 --- a/src/msw/cursor.cpp +++ b/src/msw/cursor.cpp @@ -397,8 +397,7 @@ wxCursor::wxCursor(int cursor_type) } // no need to destroy the stock cursors - // TODO: check this - //m_refData->m_destroyCursor = FALSE; + ((wxCursorRefData *)m_refData)->m_destroyCursor = FALSE; #endif }