Merge pull request #1250 from cinaera/pr_editor

Editor: Hide screen sizes if tilepicker is active
This commit is contained in:
oy 2014-08-10 18:00:54 +02:00
commit 19e3433fc7

View file

@ -2110,7 +2110,7 @@ void CEditor::DoMapEditor(CUIRect View, CUIRect ToolBar)
}
// render screen sizes
if(m_ProofBorders)
if(!m_ShowPicker && m_ProofBorders)
{
CLayerGroup *g = m_Map.m_pGameGroup;
g->MapScreen();