Skip to content

Commit

Permalink
update tables demo to use TableHeadersRow
Browse files Browse the repository at this point in the history
  • Loading branch information
epezent committed Oct 27, 2020
1 parent f506f94 commit 862b8c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion implot_demo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1129,7 +1129,7 @@ void ShowDemoWindow(bool* p_open) {
ImGui::TableSetupColumn("Electrode", ImGuiTableColumnFlags_WidthFixed, 75.0f);
ImGui::TableSetupColumn("Voltage", ImGuiTableColumnFlags_WidthFixed, 75.0f);
ImGui::TableSetupColumn("EMG Signal");
ImGui::TableAutoHeaders();
ImGui::TableHeadersRow();
ImPlot::PushColormap(ImPlotColormap_Cool);
for (int row = 0; row < 10; row++) {
ImGui::TableNextRow();
Expand Down

0 comments on commit 862b8c4

Please sign in to comment.