1
0
Fork 0
mirror of https://github.com/ocornut/imgui.git synced 2026-01-11 00:04:24 +00:00

Pedantic grammar fix

This commit is contained in:
ocornut 2015-01-31 21:27:26 +00:00
parent 5834297928
commit 3f6091b26b

View file

@ -7887,7 +7887,7 @@ void ImGui::ShowTestWindow(bool* opened)
ImGui::PopID();
}
ImGui::Text("Hover me");
ImGui::Text("Hover over me");
if (ImGui::IsItemHovered())
ImGui::SetTooltip("I am a tooltip");