clearing text tree on full repaint.

This commit is contained in:
rachytski 2011-02-09 01:51:56 +02:00 committed by Alex Zolotarev
parent fc19e9634a
commit 71c1b6a8a2

View file

@ -283,6 +283,9 @@ void RenderQueueRoutine::Do()
/// update areas in pixel coordinates.
vector<m2::RectI> areas;
if (s.m_doRepaintAll)
m_threadDrawer->screen()->clearTextTree();
getUpdateAreas(areas);
m_threadDrawer->beginFrame();