Fix height of layer popup when automapper properties shown

Regression from #6755.
This commit is contained in:
Robert Müller 2023-07-02 12:39:53 +02:00
parent c955905662
commit b252e7402b

View file

@ -3744,7 +3744,7 @@ void CEditor::RenderLayers(CUIRect LayersBox)
else
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;