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:
@@ -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"
|
||||
|
Reference in New Issue
Block a user