mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 01:20:25 +08:00
CloudViewer: using QWidget::update() call instead of render directly the window
This commit is contained in:
@@ -197,7 +197,7 @@ void LoopClosureViewer::updateView(const Transform & transform)
|
||||
{
|
||||
UERROR("loop transform is null !?!?");
|
||||
ui_->cloudViewerTransform->removeAllClouds();
|
||||
}
|
||||
}
|
||||
ui_->cloudViewerTransform->update();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user