projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Make wxGenericDataViewCtrl::SetFont() really work.
[wxWidgets.git]
/
src
/
motif
/
cursor.cpp
diff --git
a/src/motif/cursor.cpp
b/src/motif/cursor.cpp
index 22646e641a976e21475eff4808fbf7d655448078..56b1b840ca59f6f85436ed0b8fe5fc883cddc5ae 100644
(file)
--- a/
src/motif/cursor.cpp
+++ b/
src/motif/cursor.cpp
@@
-466,7
+466,7
@@
wxXSetBusyCursor (wxWindow * win, const wxCursor * cursor)
else
{
// Restore old cursor
else
{
// Restore old cursor
- if (win->GetCursor().Ok())
+ if (win->GetCursor().
Is
Ok())
attrs.cursor = (Cursor) win->GetCursor().GetXCursor(display);
else
attrs.cursor = None;
attrs.cursor = (Cursor) win->GetCursor().GetXCursor(display);
else
attrs.cursor = None;