You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Fixed text style and highlight color in the MessageLog
#jira UETOOL-2468 #rb lauren.barnes #okfforgithub public #preflight 61083d17484c100001c93af5 [CL 17020011 by aditya ravichandran in ue5-main branch]
This commit is contained in:
@@ -293,7 +293,8 @@ void SMessageLogMessageListRow::CreateMessage(const TSharedRef<SHorizontalBox>&
|
||||
[
|
||||
SNew(STextBlock)
|
||||
.Text(FText::FromString(MessageString))
|
||||
.ColorAndOpacity(FStyleColors::Foreground)
|
||||
.ColorAndOpacity(FSlateColor::UseForeground())
|
||||
.TextStyle(FAppStyle::Get(), "MessageLog")
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user