From d709a4eeeea0f7cebbb29ecc9f59ffb20ac40f72 Mon Sep 17 00:00:00 2001 From: twanvl Date: Tue, 7 Dec 2010 22:04:48 +0000 Subject: [PATCH] * use wxBORDER_THEME for custom controls git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1561 0fc631ac-6414-0410-93d0-97cfa31319b6 --- src/gui/control/tree_list.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/gui/control/tree_list.hpp b/src/gui/control/tree_list.hpp index e47a5476..3562420d 100644 --- a/src/gui/control/tree_list.hpp +++ b/src/gui/control/tree_list.hpp @@ -4,8 +4,8 @@ //| License: GNU General Public License 2 or later (see file COPYING) | //+----------------------------------------------------------------------------+ -#ifndef HEADER_GUI_CONTROL_TREE_LIST -#define HEADER_GUI_CONTROL_TREE_LIST +#ifndef HEADER_GUI_CONTROL_TREE_LIST +#define HEADER_GUI_CONTROL_TREE_LIST // ----------------------------------------------------------------------------- : Includes @@ -17,7 +17,7 @@ /// A combination of a TreeCtrl and a ListCtrl. A tree with multiple columns. class TreeList : public wxPanel { public: - TreeList(Window* parent, int id, long style = wxSUNKEN_BORDER); + TreeList(Window* parent, int id, long style = wxBORDER_THEME); /// Expand/collapse an item void expand(size_t item, bool expand = true);