forked from organicmaps/organicmaps-tmp
Fixed show/hide all in bookmarks
This commit is contained in:
parent
73b978d62e
commit
87389f3efe
1 changed files with 1 additions and 0 deletions
|
@ -1579,6 +1579,7 @@ bool BookmarkManager::AreAllCategoriesInvisible() const
|
|||
void BookmarkManager::SetAllCategoriesVisibility(bool visible)
|
||||
{
|
||||
CHECK_THREAD_CHECKER(m_threadChecker, ());
|
||||
auto session = GetEditSession();
|
||||
for (auto & c : m_categories)
|
||||
c.second->SetIsVisible(visible);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue