projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
corrected the invalidation when resizing windows (was only invalidating the client...
[wxWidgets.git]
/
samples
/
dragimag
/
dragimag.cpp
diff --git
a/samples/dragimag/dragimag.cpp
b/samples/dragimag/dragimag.cpp
index 2ef5db853cce9e1a4927b03d36c06eb8b9839734..208dae675ed615ed9d0a650514e04b23297e7875 100644
(file)
--- a/
samples/dragimag/dragimag.cpp
+++ b/
samples/dragimag/dragimag.cpp
@@
-25,7
+25,7
@@
// Under Windows, change this to 1
// to use wxGenericDragImage
-#define wxUSE_GENERIC_DRAGIMAGE
0
+#define wxUSE_GENERIC_DRAGIMAGE
1
#if wxUSE_GENERIC_DRAGIMAGE
#include "wx/generic/dragimgg.h"