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:
bors[bot] 2019-06-03 16:34:26 +00:00
commit f3b1135770

View file

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