From cdcfaa93694cee3cdc69cb7ee42349171ec87db6 Mon Sep 17 00:00:00 2001 From: rootdarkarchon Date: Fri, 27 Oct 2023 10:33:08 +0200 Subject: [PATCH] fix outlined font --- MareSynchronos/UI/UISharedService.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/MareSynchronos/UI/UISharedService.cs b/MareSynchronos/UI/UISharedService.cs index bd3f22d..7591de1 100644 --- a/MareSynchronos/UI/UISharedService.cs +++ b/MareSynchronos/UI/UISharedService.cs @@ -244,7 +244,6 @@ public partial class UiSharedService : DisposableMediatorSubscriberBase using (ImRaii.PushColor(ImGuiCol.Text, outlineColor)) { - ImGui.PushStyleColor(ImGuiCol.Text, outlineColor); ImGui.SetCursorPos(original with { Y = original.Y - thickness }); ImGui.TextUnformatted(text); ImGui.SetCursorPos(original with { X = original.X - thickness });