mirror of
https://github.com/ocornut/imgui.git
synced 2026-04-02 05:27:40 -05:00
@@ -4907,7 +4907,7 @@ static void ShowDemoWindowTables()
|
||||
ImGui::TableNextColumn();
|
||||
ImGui::Text("CellPadding.y = %.2f", style.CellPadding.y);
|
||||
if ((row % 3) == 2)
|
||||
ImGui::PopStyleVar();;
|
||||
ImGui::PopStyleVar();
|
||||
}
|
||||
ImGui::EndTable();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user