mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 17:40:23 +08:00
fixed GraphView scene size to include the grid map too
This commit is contained in:
@@ -503,7 +503,7 @@ void MainWindow::closeEvent(QCloseEvent* event)
|
||||
{
|
||||
QMessageBox::Button b=QMessageBox::question(this,
|
||||
tr("RTAB-Map"),
|
||||
tr("There are unsaved changes. Save them?"),
|
||||
tr("There are unsaved changed settings. Save them?"),
|
||||
QMessageBox::Save | QMessageBox::Cancel | QMessageBox::Discard);
|
||||
if(b == QMessageBox::Save)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user