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
This commit is contained in:
Julian Smart
2003-04-05 10:51:54 +00:00
parent 0bab18a8e0
commit 756284f00a

View File

@@ -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
}