forked from organicmaps/organicmaps
Fixed processing of bookmark category removing.
This commit is contained in:
parent
a86f1eabfe
commit
403c465e2f
1 changed files with 1 additions and 1 deletions
|
@ -1752,7 +1752,7 @@ bool BookmarkManager::MarksChangesTracker::CheckChanges()
|
|||
if (mark->IsDirty())
|
||||
m_dirtyGroups.insert(mark->GetGroupId());
|
||||
}
|
||||
return !m_dirtyGroups.empty();
|
||||
return !m_dirtyGroups.empty() || !m_removedGroups.empty();
|
||||
}
|
||||
|
||||
void BookmarkManager::MarksChangesTracker::ResetChanges()
|
||||
|
|
Loading…
Add table
Reference in a new issue