projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
new VC++ project files with both dll and lib in one project
[wxWidgets.git]
/
src
/
os2
/
cursor.cpp
diff --git
a/src/os2/cursor.cpp
b/src/os2/cursor.cpp
index be4238b9b2303f308a8df0557cbddbf096201421..a3dddf55b8618bfa72d6058e184e5343dc995d70 100644
(file)
--- a/
src/os2/cursor.cpp
+++ b/
src/os2/cursor.cpp
@@
-310,6
+310,10
@@
wxCursor::wxCursor(
);
break;
}
+ //
+ // No need to destroy the stock cursors
+ //
+ ((wxCursorRefData *)m_refData)->m_bDestroyCursor = FALSE;
} // end of wxCursor::wxCursor
// Global cursor setting