[build] Update opencv to 4.5.2, imgui/implot to latest (#3344)

Also update native-utils to 2022.0.0 to start pulling 2022 artifacts.
This commit is contained in:
Peter Johnson
2021-05-10 18:59:14 -07:00
committed by GitHub
parent 44ad67ca8c
commit 561d53885e
6 changed files with 19 additions and 19 deletions

View File

@@ -369,9 +369,9 @@ PlotSeries::Action PlotSeries::EmitPlot(PlotView& view, double now, size_t i,
}
// DND source for PlotSeries
if (ImPlot::BeginLegendDragDropSource(label)) {
if (ImPlot::BeginDragDropSourceItem(label)) {
EmitDragDropPayload(view, i, plotIndex);
ImPlot::EndLegendDragDropSource();
ImPlot::EndDragDropSource();
}
// Show full source name tooltip