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:
Vadim Zeitlin
2019-12-07 14:53:49 +01:00
parent 392e119bbe
commit 0425050ad8

View File

@@ -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"