mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 09:30:25 +08:00
CloudViewer: fixed opengl not refreshed on update (VTK9). Fixed File Explorer hanging (Qt 5.12). Fixed backup database not deleted after a recovery.
This commit is contained in:
@@ -181,7 +181,7 @@ void CameraViewer::showImage(const rtabmap::SensorData & data)
|
||||
(showScanCheckbox_->isEnabled() && showScanCheckbox_->isChecked()));
|
||||
if(cloudView_->isVisible())
|
||||
{
|
||||
cloudView_->update();
|
||||
cloudView_->refreshView();
|
||||
}
|
||||
if(cloudView_->getAddedClouds().contains("cloud"))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user