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:
David Szabo 2018-07-25 14:39:42 +02:00 committed by tooomm
parent 451e1874a7
commit 283ce23111
2 changed files with 14 additions and 14 deletions

View file

@ -36,6 +36,7 @@ private:
int sortIndex;
Qt::SortOrder sortOrder;
void rebuildMainLayout(int actionToTake);
bool setOrderIsSorted;
enum
{
NO_SETS_SELECTED,