mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-02 19:43:55 -07:00
Manage sets window: "Enable all/selected" button toggling never disabled (#3337)
## Related Ticket(s) - Fixes #3314 ## Short roundup of the initial problem When the view was sorted in the manage sets window, the "Enable/Disable All" buttons never toggled to "Enable/Disable selected" buttons, even when more sets were selected. ## What will change with this Pull Request? - Selected sets can be enabled/disabled in sorted view as well
This commit is contained in:
parent
451e1874a7
commit
283ce23111
2 changed files with 14 additions and 14 deletions
|
|
@ -36,6 +36,7 @@ private:
|
|||
int sortIndex;
|
||||
Qt::SortOrder sortOrder;
|
||||
void rebuildMainLayout(int actionToTake);
|
||||
bool setOrderIsSorted;
|
||||
enum
|
||||
{
|
||||
NO_SETS_SELECTED,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue