mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
Merge pull request #7748 from archimede67/fix-editor-value-selector-input-corners
Editor: fix input corners when editing value selector
This commit is contained in:
commit
caeebaf4a0
|
@ -364,7 +364,7 @@ SEditResult<int> CEditor::UiDoValueSelector(void *pID, CUIRect *pRect, const cha
|
|||
{
|
||||
str_copy(m_aTooltip, "Type your number");
|
||||
|
||||
DoEditBox(&s_NumberInput, pRect, 10.0f);
|
||||
DoEditBox(&s_NumberInput, pRect, 10.0f, Corners);
|
||||
|
||||
UI()->SetActiveItem(&s_NumberInput);
|
||||
|
||||
|
|
Loading…
Reference in a new issue