mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-12 21:47:00 -04:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user