mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-19 22:48:18 +00:00
Merge pull request #1250 from cinaera/pr_editor
Editor: Hide screen sizes if tilepicker is active
This commit is contained in:
commit
19e3433fc7
|
@ -2110,7 +2110,7 @@ void CEditor::DoMapEditor(CUIRect View, CUIRect ToolBar)
|
||||||
}
|
}
|
||||||
|
|
||||||
// render screen sizes
|
// render screen sizes
|
||||||
if(m_ProofBorders)
|
if(!m_ShowPicker && m_ProofBorders)
|
||||||
{
|
{
|
||||||
CLayerGroup *g = m_Map.m_pGameGroup;
|
CLayerGroup *g = m_Map.m_pGameGroup;
|
||||||
g->MapScreen();
|
g->MapScreen();
|
||||||
|
|
Loading…
Reference in a new issue