Update view immediately when pasting in search in browser

This commit is contained in:
def 2019-06-02 21:55:38 +02:00
parent 9fc0f3c3a9
commit 7e063109c6

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