Merge branch '2.0.1' into null-reference-validation
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user