Use native wxDragImage by default in the sample
There doesn't seem to be any reason to default to the generic version. Closes https://github.com/wxWidgets/wxWidgets/pull/1671
This commit is contained in:
parent
392e119bbe
commit
0425050ad8
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@
|
|||
// Under Windows, change this to 1
|
||||
// to use wxGenericDragImage
|
||||
|
||||
#define wxUSE_GENERIC_DRAGIMAGE 1
|
||||
#define wxUSE_GENERIC_DRAGIMAGE 0
|
||||
|
||||
#if wxUSE_GENERIC_DRAGIMAGE
|
||||
#include "wx/generic/dragimgg.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue