mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +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];
|
pStr[i + Offset] = Text[i];
|
||||||
}
|
}
|
||||||
s_AtIndex = str_length(pStr);
|
s_AtIndex = str_length(pStr);
|
||||||
|
ReturnValue = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue