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:
|
default:
|
||||||
BTextView::KeyDown(bytes, numBytes);
|
BTextView::KeyDown(bytes, numBytes);
|
||||||
|
AlignTextRect();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user