TextInput: Align the text when typing or removing.

Signed-off-by: Augustin Cavalier <waddlesplash@gmail.com>
Closes #13796.
This commit is contained in:
hyche 2017-11-23 18:49:23 +01:00 committed by Augustin Cavalier
parent 1641a0516d
commit 484f64f315

View File

@ -116,6 +116,7 @@ _BTextInput_::KeyDown(const char* bytes, int32 numBytes)
default:
BTextView::KeyDown(bytes, numBytes);
AlignTextRect();
break;
}
}