Skip to content
Snippets Groups Projects
Commit 0bbd83a3 authored by Gatien Ferret's avatar Gatien Ferret
Browse files

[minor fix] Update Render window when calibration gets updated

parent 33bc142a
No related branches found
No related tags found
No related merge requests found
......@@ -302,6 +302,9 @@ void lqUpdateCalibrationReaction::UpdateExistingSource(pqPipelineSource*& lidarS
UpdateCalibration(lidarSource, posOrSource, dialog);
// Update render based on new calibration
pqApplicationCore::instance()->render();
// Update UI
pqView* view = pqActiveObjects::instance().activeView();
vtkNew<vtkSMParaViewPipelineControllerWithRendering> controller;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment