TextInput: Align the text when typing or removing.

Signed-off-by: Augustin Cavalier <[email protected]>
Closes #13796.
This commit is contained in:
hyche
2017-11-23 20:12:24 +01:00
committed by Augustin Cavalier
parent 1641a0516d
commit 484f64f315
+1
View File
@@ -116,6 +116,7 @@ _BTextInput_::KeyDown(const char* bytes, int32 numBytes)
default:
BTextView::KeyDown(bytes, numBytes);
AlignTextRect();
break;
}
}