Fix comment for wxUSE_NATIVE_DATAVIEWCTRL in setup.h
The values of the option in the comment were inversed when it was added
in 028afa194a
, fix this now.
This commit is contained in:
@@ -909,9 +909,9 @@
|
||||
|
||||
// Use generic version of wxDataViewCtrl even if a native one is available?
|
||||
//
|
||||
// Default is 0.
|
||||
// Default is 1.
|
||||
//
|
||||
// Recommended setting: 0, but can be set to 1 if your program is affected by
|
||||
// Recommended setting: 1, but can be set to 0 if your program is affected by
|
||||
// the native control limitations.
|
||||
#define wxUSE_NATIVE_DATAVIEWCTRL 1
|
||||
|
||||
|
Reference in New Issue
Block a user