Ride Tab Grab focus on startup

.. it irritated me that the search box always had focus on launch
This commit is contained in:
Mark Liversedge
2014-02-13 13:24:10 +00:00
parent 757bb7d875
commit e0194d03a3

View File

@@ -720,6 +720,9 @@ MainWindow::MainWindow(const QDir &home)
saveState(currentTab->context); // set to whatever we started with
selectAnalysis();
//grab focus
currentTab->setFocus();
}
/*----------------------------------------------------------------------