From 8c306fc8925aa4493caecd6c9e71e5f340ec4000 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Wed, 24 Sep 2003 19:14:02 +0000 Subject: [PATCH] Proper border for the chapter editor tree control. --- src/mmg/tab_chapters.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/mmg/tab_chapters.cpp b/src/mmg/tab_chapters.cpp index 836c9e597..e70c454ef 100644 --- a/src/mmg/tab_chapters.cpp +++ b/src/mmg/tab_chapters.cpp @@ -87,8 +87,7 @@ tab_chapters::tab_chapters(wxWindow *parent, wxMenu *nm_chapters): new wxStaticText(this, wxID_STATIC, _("Chapters:"), wxPoint(10, 5), wxDefaultSize, 0); tc_chapters = - new wxTreeCtrl(this, ID_TRC_CHAPTERS, wxPoint(10, 24), wxSize(350, 250), - wxSIMPLE_BORDER | wxTR_HAS_BUTTONS); + new wxTreeCtrl(this, ID_TRC_CHAPTERS, wxPoint(10, 24), wxSize(350, 250)); b_add_chapter = new wxButton(this, ID_B_ADDCHAPTER, _("Add chapter"), wxPoint(370, 24),