]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/notebook/notebook.cpp
64 bit fixes
[wxWidgets.git] / 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;