* 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
+1 -1
View File
@@ -17,7 +17,7 @@
/// A combination of a TreeCtrl and a ListCtrl. A tree with multiple columns. /// A combination of a TreeCtrl and a ListCtrl. A tree with multiple columns.
class TreeList : public wxPanel { class TreeList : public wxPanel {
public: public:
TreeList(Window* parent, int id, long style = wxSUNKEN_BORDER); TreeList(Window* parent, int id, long style = wxBORDER_THEME);
/// Expand/collapse an item /// Expand/collapse an item
void expand(size_t item, bool expand = true); void expand(size_t item, bool expand = true);