Skip to content

Commit

Permalink
Fixed minor warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
ocornut committed Sep 4, 2023
1 parent fef3389 commit c6e0284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imgui_demo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
Expand Down

0 comments on commit c6e0284

Please sign in to comment.