forked from organicmaps/organicmaps
closes #176 : "empty model" message is left after dragging into the actual data.
This commit is contained in:
parent
dfc991a118
commit
dcab3decb7
1 changed files with 2 additions and 1 deletions
|
@ -412,7 +412,8 @@ void RenderQueueRoutine::Do()
|
|||
}
|
||||
}
|
||||
|
||||
if (fullRectRepaint)
|
||||
/// if something were actually drawn, or (exclusive or) we are repainting the whole rect
|
||||
if ((!m_renderState->m_isEmptyModelCurrent) || (fullRectRepaint))
|
||||
m_renderState->m_isEmptyModelActual = m_renderState->m_isEmptyModelCurrent;
|
||||
|
||||
/// setting the "whole texture" clip rect to render texts opened by panning.
|
||||
|
|
Loading…
Add table
Reference in a new issue