sort card list by identifying column if value in selected column is equal

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1308 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
twanvl
2009-01-08 18:51:12 +00:00
parent a8f4ff5afa
commit 6fe82983ed
2 changed files with 18 additions and 3 deletions
+2 -1
View File
@@ -125,7 +125,8 @@ class CardListBase : public ItemList, public SetView {
private:
// display stuff
vector<FieldP> column_fields; ///< The field to use for each column (by column index)
FieldP alternate_sort_field; ///< Second field to sort by, if the column doesn't suffice
mutable wxListItemAttr item_attr; // for OnGetItemAttr
public: