fixed GraphView scene size to include the grid map too

This commit is contained in:
Mathieu Labbe
2015-02-23 15:48:25 -05:00
parent 38a4e8e4ee
commit 529248a227
2 changed files with 3 additions and 1 deletions

View File

@@ -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)
{