MicroWindows mods
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13144 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user