This commit is contained in:
2026-03-15 19:43:55 +03:00
parent a99dd24d6b
commit e0a7179812

View File

@@ -75,7 +75,7 @@ namespace imgui_desktop::gui
if (ImGui::CollapsingHeader("Box", ImGuiTreeNodeFlags_DefaultOpen))
{
ImGui::Checkbox("Box", &m_show_box);
ImGui::Checkbox("Box##chk", &m_show_box);
ImGui::SameLine();
ImGui::Checkbox("Cornered", &m_show_cornered_box);
ImGui::SameLine();