diff options
Diffstat (limited to 'qt-ui/downloadfromdivecomputer.cpp')
-rw-r--r-- | qt-ui/downloadfromdivecomputer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/downloadfromdivecomputer.cpp b/qt-ui/downloadfromdivecomputer.cpp index ff42d41be..e9cb94220 100644 --- a/qt-ui/downloadfromdivecomputer.cpp +++ b/qt-ui/downloadfromdivecomputer.cpp @@ -569,5 +569,6 @@ void DiveImportedModel::setImportedDivesIndexes(int first, int last) firstIndex = first; delete[] checkStates; checkStates = new bool[last-first]; + memset(checkStates, true, last-first); endInsertRows(); } |