Merge "[escher] TextField: remove an useless reload"

This commit is contained in:
Émilie Feral
2017-04-27 10:11:53 +02:00
committed by Gerrit

View File

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