mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Expand trips that are filtered on dive_site_manage
While filtering we would have trips that were collapsed, but this doesn't really make much sense while managing dive_sites. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
ffffccee93
commit
c6783739c9
1 changed files with 4 additions and 0 deletions
|
@ -375,6 +375,10 @@ void MultiFilterSortModel::myInvalidate()
|
|||
}
|
||||
|
||||
emit filterFinished();
|
||||
|
||||
if (curr_dive_site) {
|
||||
dlv->expandAll();
|
||||
}
|
||||
}
|
||||
|
||||
void MultiFilterSortModel::addFilterModel(MultiFilterInterface *model)
|
||||
|
|
Loading…
Add table
Reference in a new issue