mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
Merge #1769
1769: Update view immediately when pasting in search in browser r=heinrich5991 a=def- Co-authored-by: def <dennis@felsin9.de>
This commit is contained in:
commit
f3b1135770
|
@ -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