tried explorer style theming of list, doesn't work

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1603 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
twanvl
2011-01-09 13:36:20 +00:00
parent b47bb7c3fe
commit d9fce86e2b
+1
View File
@@ -57,6 +57,7 @@ CardListBase::CardListBase(Window* parent, int id, long additional_style)
{ {
// add to the list of card lists // add to the list of card lists
card_lists.push_back(this); card_lists.push_back(this);
//enable_themed_selection_rectangle(this); // while this looks fancy, it is buggy
} }
CardListBase::~CardListBase() { CardListBase::~CardListBase() {