We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f506f94 commit 862b8c4Copy full SHA for 862b8c4
implot_demo.cpp
@@ -1129,7 +1129,7 @@ void ShowDemoWindow(bool* p_open) {
1129
ImGui::TableSetupColumn("Electrode", ImGuiTableColumnFlags_WidthFixed, 75.0f);
1130
ImGui::TableSetupColumn("Voltage", ImGuiTableColumnFlags_WidthFixed, 75.0f);
1131
ImGui::TableSetupColumn("EMG Signal");
1132
- ImGui::TableAutoHeaders();
+ ImGui::TableHeadersRow();
1133
ImPlot::PushColormap(ImPlotColormap_Cool);
1134
for (int row = 0; row < 10; row++) {
1135
ImGui::TableNextRow();
0 commit comments