From a7dbf7c8bc2b040ad4ac88c1fd19e878ebaefdf2 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Wed, 15 Aug 2007 20:29:53 +0000 Subject: [PATCH] Removed double border style git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48118 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/notebook/notebook.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/samples/notebook/notebook.cpp b/samples/notebook/notebook.cpp index 83f7cb6dd5..62dcd75b0a 100644 --- a/samples/notebook/notebook.cpp +++ b/samples/notebook/notebook.cpp @@ -430,7 +430,6 @@ void MyFrame::RecreateBook() if ( m_multi && m_type == Type_Notebook ) flags |= wxNB_MULTILINE; - flags |= wxDOUBLE_BORDER; wxBookCtrlBase *oldBook = m_bookCtrl; -- 2.50.0