Hello.
Vertical align in editable text box has changed to valign-top in 4.12.
In 4.11 It have incorrect positioning behavior in editor with zoom-in/out action.
It is gone, but I cannot vertically center the content. And If I manually center in vertical axis, the offset of background is affected. Text and background was distinguished in 4.11 (SEditableText::OnPaint). In 4.12 it calls FSlateEditableTextLayout::OnPaint and it does not distinguish background and text that just draws 0, 0 from AllottedGeometry as parameter.
Is this a bug? If not, how can I set vertical alignment without affecting background?