Removed unnecessary function call in EditBox

0.8
Bruno Van de Velde 2017-09-18 23:23:44 +02:00
parent 81a52455e1
commit c9d5eae476
1 changed files with 0 additions and 2 deletions

View File

@ -1272,8 +1272,6 @@ namespace tgui
m_textBeforeSelection.setString(m_textFull.getString().substring(0, m_selEnd));
m_textSelection.setString(m_textFull.getString().substring(m_selEnd, m_selChars));
m_textAfterSelection.setString(m_textFull.getString().substring(m_selStart));
recalculateTextPositions();
}
else
{