Unselect text after ctrl-u

This commit is contained in:
def 2022-04-18 00:22:11 +02:00
parent c5e59db533
commit 041c565534

View file

@ -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;
}