define wxTC_MULTILINE explicitly as wxNB_MULTILINE is not necessarily defined where it is used (e.g. msw/tabctrl.cpp); change the value of wxTC_OWNERDRAW to avoid conflict with wxTC_MULTILINE
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42815 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1553,8 +1553,8 @@ enum wxBorder
|
|||||||
#define wxTC_LEFT 0x0020
|
#define wxTC_LEFT 0x0020
|
||||||
#define wxTC_RIGHT 0x0040
|
#define wxTC_RIGHT 0x0040
|
||||||
#define wxTC_BOTTOM 0x0080
|
#define wxTC_BOTTOM 0x0080
|
||||||
#define wxTC_MULTILINE wxNB_MULTILINE
|
#define wxTC_MULTILINE 0x0200 /* == wxNB_MULTILINE */
|
||||||
#define wxTC_OWNERDRAW 0x0200
|
#define wxTC_OWNERDRAW 0x0400
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* wxStatusBar95 flags
|
* wxStatusBar95 flags
|
||||||
|
Reference in New Issue
Block a user