Skip to content

Commit

Permalink
Fix critical bug
Browse files Browse the repository at this point in the history
  • Loading branch information
facontidavide committed Oct 30, 2021
1 parent 95df981 commit 2ca9a91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plotjuggler_app/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1260,7 +1260,7 @@ void MainWindow::importPlotDataMap(PlotDataMapRef& new_data, bool remove_old)
// timeseries in both
if (new_plot_data.count(it.first) != 0)
{
prev_plot_data.clear();
it.second.clear();
}
}
};
Expand Down

0 comments on commit 2ca9a91

Please sign in to comment.