Fixed minor warning.

features/potocpav-newer-lines-2 v1.89.9
ocornut ago%!(EXTRA string=2 years)
parent fef3389157
commit c6e0284ac5
  1. 2
      imgui_demo.cpp

@ -4833,7 +4833,7 @@ static void ShowDemoWindowTables()
ImGui::TableNextColumn();
ImGui::Text("CellPadding.y = %.2f", style.CellPadding.y);
if ((row % 3) == 2)
ImGui::PopStyleVar();;
ImGui::PopStyleVar();
}
ImGui::EndTable();
}

Loading…
Cancel
Save