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:
Tomaz Canabrava 2015-05-26 18:03:37 -03:00 committed by Dirk Hohndel
parent ffffccee93
commit c6783739c9

View file

@ -375,6 +375,10 @@ void MultiFilterSortModel::myInvalidate()
}
emit filterFinished();
if (curr_dive_site) {
dlv->expandAll();
}
}
void MultiFilterSortModel::addFilterModel(MultiFilterInterface *model)