the notebook now has wxTAB_TRAVERSAL style
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@695 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -134,7 +134,7 @@ bool wxNotebook::Create(wxWindow *parent,
|
||||
m_defaultBackgroundColour = wxColour(GetSysColor(COLOR_BTNFACE));
|
||||
|
||||
// style
|
||||
m_windowStyle = style;
|
||||
m_windowStyle = style | wxTAB_TRAVERSAL;
|
||||
|
||||
long tabStyle = WS_CHILD | WS_VISIBLE | WS_TABSTOP | TCS_TABS;
|
||||
if ( m_windowStyle & wxTC_MULTILINE )
|
||||
|
Reference in New Issue
Block a user