imgui push/pop #100

Merged
defnotken merged 1 commits from updatenotes-changes into 2.0.1 2025-12-21 22:41:52 +00:00
Showing only changes of commit 34bbc34b5b - Show all commits

View File

@@ -222,7 +222,9 @@ public class AnimatedHeader
if (ImGui.IsItemHovered() && !string.IsNullOrEmpty(button.Tooltip))
{
ImGui.PushFont(UiBuilder.DefaultFont);
ImGui.SetTooltip(button.Tooltip);
ImGui.PopFont();
}
currentX -= buttonSize.X + spacing;