CloudViewer: fixed save/load background color

This commit is contained in:
Mathieu Labbe
2015-03-17 15:11:05 -04:00
parent 63f438876c
commit 6979c0d4b8
5 changed files with 33 additions and 12 deletions

View File

@@ -155,7 +155,7 @@ void OdometryViewer::processData()
}
else
{
this->setBackgroundColor(Qt::black);
this->setBackgroundColor(this->getDefaultBackgroundColor());
}
}
else