mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-19 05:40:38 +01:00
[escher] TextField: remove an useless reload
Change-Id: Ifed46f3b62189c7fb3940966d274050af7fc614f
This commit is contained in:
@@ -75,7 +75,6 @@ int TextField::ContentView::bufferSize() {
|
||||
}
|
||||
|
||||
void TextField::ContentView::setText(const char * text) {
|
||||
reload();
|
||||
if (m_isEditing) {
|
||||
strlcpy(m_draftTextBuffer, text, m_textBufferSize);
|
||||
m_currentTextLength = strlen(text);
|
||||
|
||||
Reference in New Issue
Block a user