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

View File

@@ -164,7 +164,7 @@ void OdometryViewer::processData()
this->setBackgroundColor(Qt::darkRed);
}
this->render();
this->update();
}
}