]> git.saurik.com Git - wxWidgets.git/commitdiff
Removed double border style
authorJulian Smart <julian@anthemion.co.uk>
Wed, 15 Aug 2007 20:29:53 +0000 (20:29 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Wed, 15 Aug 2007 20:29:53 +0000 (20:29 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48118 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/notebook/notebook.cpp

index 83f7cb6dd59f1a3fae30656a62fa3319adf0c2e2..62dcd75b0acdee8272d7d14d3fd6c0e03eaff936 100644 (file)
@@ -430,7 +430,6 @@ void MyFrame::RecreateBook()
 
     if ( m_multi && m_type == Type_Notebook )
         flags |= wxNB_MULTILINE;
-    flags |= wxDOUBLE_BORDER;
 
     wxBookCtrlBase *oldBook = m_bookCtrl;