mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-03 01:50:24 +08:00
CloudViewer: fixed save/load background color
This commit is contained in:
@@ -155,7 +155,7 @@ void OdometryViewer::processData()
|
||||
}
|
||||
else
|
||||
{
|
||||
this->setBackgroundColor(Qt::black);
|
||||
this->setBackgroundColor(this->getDefaultBackgroundColor());
|
||||
}
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user