Skip to content

Commit

Permalink
Fix column visibility selection (revert e785a0b)
Browse files Browse the repository at this point in the history
  • Loading branch information
timangus committed Jul 30, 2024
1 parent ce72d1b commit a214f5d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/app/ui/qml/Graphia/Utils/tableproxymodel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,8 @@ void TableProxyModel::reset()
return _columnNames.indexOf(sortColumnAndOrder.first) < 0;
}), _sortColumnAndOrders.end());

QSortFilterProxyModel::invalidateFilter();

calculateOrderedProxySourceMapping();
endResetModel();
}
Expand Down

0 comments on commit a214f5d

Please sign in to comment.