forked from organicmaps/organicmaps
[drape] Improve conditions to mark RenderGroups as CanBeDeleted MAPSME-13276
This commit is contained in:
parent
f2dfa1929c
commit
9f2c80111c
1 changed files with 1 additions and 1 deletions
|
@ -345,7 +345,7 @@ void FrontendRenderer::AcceptMessage(ref_ptr<Message> message)
|
|||
}
|
||||
}
|
||||
}
|
||||
if (changed)
|
||||
if (changed || m_notFinishedTiles.empty())
|
||||
UpdateCanBeDeletedStatus();
|
||||
|
||||
if (m_notFinishedTiles.empty())
|
||||
|
|
Loading…
Add table
Reference in a new issue