Synchronize radar sweep updates to timeline manager

This commit is contained in:
Dan Paulat 2023-06-08 23:07:52 -05:00
parent 6b179fe35c
commit 27958415c5
5 changed files with 179 additions and 15 deletions

View file

@ -859,6 +859,9 @@ void MapWidget::paintGL()
// Render ImGui Frame
ImGui::Render();
ImGui_ImplOpenGL3_RenderDrawData(ImGui::GetDrawData());
// Paint complete
Q_EMIT WidgetPainted();
}
void MapWidget::mapChanged(QMapLibreGL::Map::MapChange mapChange)