mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
Update view immediately when pasting in search in browser
This commit is contained in:
parent
9fc0f3c3a9
commit
7e063109c6
|
@ -255,6 +255,7 @@ int CMenus::DoEditBox(void *pID, const CUIRect *pRect, char *pStr, unsigned StrS
|
|||
pStr[i + Offset] = Text[i];
|
||||
}
|
||||
s_AtIndex = str_length(pStr);
|
||||
ReturnValue = true;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue