mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-24 23:53:54 -07:00
group printings together when sorting in card reveal window (#5476)
This commit is contained in:
parent
455d68f9ea
commit
3a740f0bde
3 changed files with 7 additions and 1 deletions
|
|
@ -164,6 +164,9 @@ void ZoneViewZone::reorganizeCards()
|
|||
if (sortBy != CardList::SortByName) {
|
||||
sortOptions << CardList::SortByName;
|
||||
}
|
||||
|
||||
// group printings together
|
||||
sortOptions << CardList::SortByPrinting;
|
||||
}
|
||||
|
||||
cardsToDisplay.sortBy(sortOptions);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue