mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Do not mess with dive location automatically
This might be what the user wanted, but also might not be it. So wait for the user to request it manually. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
35a4ef88be
commit
7071bf0e23
2 changed files with 0 additions and 6 deletions
|
@ -1542,9 +1542,6 @@ void MainWindow::loadFiles(const QStringList fileNames)
|
|||
addRecentFile(fileNames);
|
||||
removeRecentFile(failedParses);
|
||||
|
||||
// searches for geo lookup information in a thread so it doesn`t
|
||||
// freezes the ui.
|
||||
ReverseGeoLookupThread::instance()->start();
|
||||
|
||||
refreshDisplay();
|
||||
ui.actionAutoGroup->setChecked(autogroup);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue