CloudViewer: using QWidget::update() call instead of render directly the window

This commit is contained in:
Mathieu Labbe
2015-01-30 17:02:02 -05:00
parent a2dde36093
commit d97ae60e6c
8 changed files with 33 additions and 64 deletions
+2 -2
View File
@@ -129,7 +129,7 @@ private slots:
cloudViewer_->updateCameraTargetPosition(data.pose());
}
}
cloudViewer_->render();
cloudViewer_->update();
_lastOdometryProcessed = true;
}
@@ -193,7 +193,7 @@ private slots:
}
}
cloudViewer_->render();
cloudViewer_->update();
_processingStatistics = false;
}