removed focus from time_limit lineEdit

git-svn-id: http://rtabmap.googlecode.com/svn/trunk/rtabmap@1345 f169173b-cf89-36c8-b27e-44dbe73f0c83
This commit is contained in:
matlabbe
2014-06-11 15:51:19 +00:00
parent a148baaf8e
commit 411fe70d5e

View File

@@ -340,6 +340,8 @@ MainWindow::MainWindow(PreferencesDialog * prefDialog, QWidget * parent) :
_ui->graphicsView_graphView->setWorkingDirectory(_preferencesDialog->getWorkingDirectory());
splash.close();
this->setFocus();
}
MainWindow::~MainWindow()