mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 17:40:23 +08:00
Added Export Scans dialog
This commit is contained in:
@@ -726,9 +726,13 @@ void ImageView::setImage(const QImage & image)
|
||||
this->updateOpacity();
|
||||
}
|
||||
}
|
||||
else
|
||||
|
||||
if(image.rect().isValid())
|
||||
{
|
||||
this->setSceneRect(image.rect());
|
||||
}
|
||||
else if(!_graphicsView->isVisible())
|
||||
{
|
||||
this->update();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user