forked from organicmaps/organicmaps
invalidating GUI element upon purging.
This commit is contained in:
parent
a411c89dc2
commit
0996bc3c7f
1 changed files with 4 additions and 0 deletions
|
@ -200,6 +200,10 @@ namespace gui
|
|||
for (elem_list_t::const_iterator it = m_Elements.begin();
|
||||
it != m_Elements.end();
|
||||
++it)
|
||||
{
|
||||
(*it)->purge();
|
||||
(*it)->setIsDirtyDrawing(true);
|
||||
(*it)->setIsDirtyRect(true);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue