mirror of
https://github.com/orange-cpp/omath.git
synced 2026-04-19 11:23:27 +00:00
fix
This commit is contained in:
@@ -75,7 +75,7 @@ namespace imgui_desktop::gui
|
|||||||
|
|
||||||
if (ImGui::CollapsingHeader("Box", ImGuiTreeNodeFlags_DefaultOpen))
|
if (ImGui::CollapsingHeader("Box", ImGuiTreeNodeFlags_DefaultOpen))
|
||||||
{
|
{
|
||||||
ImGui::Checkbox("Box", &m_show_box);
|
ImGui::Checkbox("Box##chk", &m_show_box);
|
||||||
ImGui::SameLine();
|
ImGui::SameLine();
|
||||||
ImGui::Checkbox("Cornered", &m_show_cornered_box);
|
ImGui::Checkbox("Cornered", &m_show_cornered_box);
|
||||||
ImGui::SameLine();
|
ImGui::SameLine();
|
||||||
|
|||||||
Reference in New Issue
Block a user