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
@ -375,6 +375,10 @@ void MultiFilterSortModel::myInvalidate()
|
||||
}
|
||||
|
||||
emit filterFinished();
|
||||
|
||||
if (curr_dive_site) {
|
||||
dlv->expandAll();
|
||||
}
|
||||
}
|
||||
|
||||
void MultiFilterSortModel::addFilterModel(MultiFilterInterface *model)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user