From 075ad676aadc8ad70b6ffa949408dd093d6f213d Mon Sep 17 00:00:00 2001 From: Ori Avtalion Date: Fri, 25 Jul 2025 11:36:23 +0300 Subject: [PATCH] Demo: Fix '= =' typo in text (#8836) --- imgui_demo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imgui_demo.cpp b/imgui_demo.cpp index 6bc8968a4..6063a3c6c 100644 --- a/imgui_demo.cpp +++ b/imgui_demo.cpp @@ -2170,7 +2170,7 @@ static void DemoWindowWidgetsQueryingStatuses() ); ImGui::BulletText( "with Hovering Delay or Stationary test:\n" - "IsItemHovered() = = %d\n" + "IsItemHovered() = %d\n" "IsItemHovered(_Stationary) = %d\n" "IsItemHovered(_DelayShort) = %d\n" "IsItemHovered(_DelayNormal) = %d\n"