TextInput: Align the text when typing or removing.
Signed-off-by: Augustin Cavalier <waddlesplash@gmail.com> Closes #13796.
This commit is contained in:
parent
1641a0516d
commit
484f64f315
@ -116,6 +116,7 @@ _BTextInput_::KeyDown(const char* bytes, int32 numBytes)
|
||||
|
||||
default:
|
||||
BTextView::KeyDown(bytes, numBytes);
|
||||
AlignTextRect();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user