TextInput: Align the text when typing or removing.
Signed-off-by: Augustin Cavalier <[email protected]> Closes #13796.
This commit is contained in:
@@ -116,6 +116,7 @@ _BTextInput_::KeyDown(const char* bytes, int32 numBytes)
|
||||
|
||||
default:
|
||||
BTextView::KeyDown(bytes, numBytes);
|
||||
AlignTextRect();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user