]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/tabctrl.cpp
Added inline setters for wxTreeEvent so we don't need to add new
[wxWidgets.git] / src / msw / tabctrl.cpp
index 2d2b30c7f1f5a0cdf40876947f94eb64207c24d1..6e7bfdebc885fa293239705e08bfebc7aa77f296 100644 (file)
@@ -89,7 +89,7 @@ bool wxTabCtrl::Create(wxWindow *parent, wxWindowID id, const wxPoint& pos, cons
 
   m_windowId = (id < 0 ? NewControlId() : id);
 
-  long tabStyle = WS_CHILD;
+  long tabStyle = WS_CHILD | WS_VISIBLE;
   if (m_windowStyle & wxTC_MULTILINE)
     tabStyle |= TCS_MULTILINE;
   if (m_windowStyle & wxTC_RIGHTJUSTIFY)