diff --git a/implot_demo.cpp b/implot_demo.cpp index fe8e7de4..3530a96b 100644 --- a/implot_demo.cpp +++ b/implot_demo.cpp @@ -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();