MicroWindows mods

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13144 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2001-12-21 14:58:00 +00:00
parent d0166913d8
commit d2913c40ab
4 changed files with 24 additions and 9 deletions

View File

@@ -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()