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:
parent
833ae03c6a
commit
89be9ac316
7 changed files with 14 additions and 14 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue