mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Unselect text after ctrl-u
This commit is contained in:
parent
c5e59db533
commit
041c565534
|
@ -339,6 +339,7 @@ bool CUIEx::DoEditBox(const void *pID, const CUIRect *pRect, char *pStr, unsigne
|
|||
{
|
||||
pStr[0] = '\0';
|
||||
m_CurCursor = 0;
|
||||
SetHasSelection(false);
|
||||
ReturnValue = true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue