* use wxBORDER_THEME for custom controls

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1561 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
twanvl
2010-12-07 22:04:48 +00:00
parent ae0380d355
commit d709a4eeee
+3 -3
View File
@@ -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);