Stop using wxBU_AUTODRAW in wxWidgets code
This style bit is obsolete and doesn't do anything, so remove confusing references to it.
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
|
||||
#define wxBU_EXACTFIT 0x0001
|
||||
#define wxBU_NOTEXT 0x0002
|
||||
#define wxBU_AUTODRAW 0x0004
|
||||
#define wxBU_AUTODRAW 0x0004 ///< Obsolete, has no effect.
|
||||
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user