mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-03 01:50:24 +08:00
CloudViewer: using QWidget::update() call instead of render directly the window
This commit is contained in:
@@ -164,7 +164,7 @@ void OdometryViewer::processData()
|
||||
this->setBackgroundColor(Qt::darkRed);
|
||||
}
|
||||
|
||||
this->render();
|
||||
this->update();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user