mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Show everything by default.
We should show all dives by default. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
06ebd0ea5e
commit
db6126bc52
1 changed files with 1 additions and 1 deletions
|
@ -2140,7 +2140,7 @@ void TagFilterModel::repopulate()
|
|||
setStringList(list);
|
||||
delete[] checkState;
|
||||
checkState = new bool[list.count()];
|
||||
memset(checkState, false, list.count());
|
||||
memset(checkState, true, list.count());
|
||||
checkState[list.count()-1] = true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue