You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MessagesTextBox->ScrollTo(FTextLocation(MessagesTextMarshaller->GetNumMessages() - 1)); doesn't correctly scroll and MessagesTextBox->ScrollTo(ETextLocation::EndOfDocument); scrolls one line short of end.
The text was updated successfully, but these errors were encountered:
See 788ada1
MessagesTextBox->ScrollTo(FTextLocation(MessagesTextMarshaller->GetNumMessages() - 1));
doesn't correctly scroll andMessagesTextBox->ScrollTo(ETextLocation::EndOfDocument);
scrolls one line short of end.The text was updated successfully, but these errors were encountered: