mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
Fix height of layer popup when automapper properties shown
Regression from #6755.
This commit is contained in:
parent
c955905662
commit
b252e7402b
|
@ -3744,7 +3744,7 @@ void CEditor::RenderLayers(CUIRect LayersBox)
|
||||||
else
|
else
|
||||||
s_LayerPopupContext.m_vpLayers.clear();
|
s_LayerPopupContext.m_vpLayers.clear();
|
||||||
|
|
||||||
UI()->DoPopupMenu(&s_LayerPopupContext, UI()->MouseX(), UI()->MouseY(), 120, 230, &s_LayerPopupContext, PopupLayer);
|
UI()->DoPopupMenu(&s_LayerPopupContext, UI()->MouseX(), UI()->MouseY(), 120, 270, &s_LayerPopupContext, PopupLayer);
|
||||||
}
|
}
|
||||||
|
|
||||||
s_Operation = OP_NONE;
|
s_Operation = OP_NONE;
|
||||||
|
|
Loading…
Reference in a new issue