X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f20ad12c585a0bca3b2de19fe5a4b6cb89de21c6..8f52ea33e91a7aeca6c62084faf6968c1acfaac8:/src/msw/cursor.cpp?ds=sidebyside diff --git a/src/msw/cursor.cpp b/src/msw/cursor.cpp index 756308ebd2..d84d6c2aa4 100644 --- a/src/msw/cursor.cpp +++ b/src/msw/cursor.cpp @@ -315,10 +315,11 @@ wxCursor::wxCursor(int cursor_type) refData->m_hCursor = (WXHCURSOR) LoadCursor((HINSTANCE) NULL, IDC_ARROW); break; } -#endif // no need to destroy the stock cursors - refData->m_destroyCursor = FALSE; + // TODO: check this + //m_refData->m_destroyCursor = FALSE; +#endif } wxCursor::~wxCursor()