From d9fce86e2b58f7c87eea3ee46dfd2b8646b04993 Mon Sep 17 00:00:00 2001 From: twanvl Date: Sun, 9 Jan 2011 13:36:20 +0000 Subject: [PATCH] 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 --- src/gui/control/card_list.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui/control/card_list.cpp b/src/gui/control/card_list.cpp index 197ba369..fc113fd1 100644 --- a/src/gui/control/card_list.cpp +++ b/src/gui/control/card_list.cpp @@ -57,6 +57,7 @@ CardListBase::CardListBase(Window* parent, int id, long additional_style) { // add to the list of card lists card_lists.push_back(this); + //enable_themed_selection_rectangle(this); // while this looks fancy, it is buggy } CardListBase::~CardListBase() {