mirror of
https://github.com/gwm17/implot.git
synced 2024-11-22 18:28:53 -05:00
Fix trivial mistake in demo.
This commit is contained in:
parent
a70bbe5cff
commit
97c2f06eda
|
@ -663,7 +663,7 @@ void ShowDemoWindow(bool* p_open) {
|
|||
paused = !paused;
|
||||
ImGui::Separator();
|
||||
for (int i = 0; i < K_CHANNELS; ++i) {
|
||||
char label[K_CHANNELS];
|
||||
char label[8];
|
||||
sprintf(label, show[i] ? "data_%d*" : "data_%d", i);
|
||||
ImGui::Selectable(label, false, 0, ImVec2(100, 0));
|
||||
if (ImGui::BeginDragDropSource(ImGuiDragDropFlags_None)) {
|
||||
|
@ -931,4 +931,4 @@ void ShowDemoWindow(bool* p_open) {
|
|||
ImGui::End();
|
||||
}
|
||||
|
||||
} // namespace ImPlot
|
||||
} // namespace ImPlot
|
||||
|
|
Loading…
Reference in New Issue
Block a user