]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/notebook.cpp
the notebook now has wxTAB_TRAVERSAL style
[wxWidgets.git] / src / msw / notebook.cpp
index 538c053be0414324cc9a1c0291bc6e3dcbb86a8f..80dad3b71399abc2280945a537354132e3f874b6 100644 (file)
@@ -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 )