From ae9ab680960532a79103c0481d525ac0e9cb5c71 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sat, 11 Mar 2017 15:21:23 -0800 Subject: Correctly sync unit system to Subsurface-mobile We were doing the right thing switching from metric to imperial, but in order to swtich back you had to restart. Now it works both ways. Signed-off-by: Dirk Hohndel --- mobile-widgets/qmlmanager.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mobile-widgets/qmlmanager.cpp') diff --git a/mobile-widgets/qmlmanager.cpp b/mobile-widgets/qmlmanager.cpp index a2a635a1b..0c0fdb5c4 100644 --- a/mobile-widgets/qmlmanager.cpp +++ b/mobile-widgets/qmlmanager.cpp @@ -154,6 +154,8 @@ void QMLManager::openLocalThenRemote(QString url) prefs.unit_system = git_prefs.unit_system; if (git_prefs.unit_system == IMPERIAL) git_prefs.units = IMPERIAL_units; + else if (git_prefs.unit_system == METRIC) + git_prefs.units = SI_units; prefs.units = git_prefs.units; prefs.tankbar = git_prefs.tankbar; prefs.dcceiling = git_prefs.dcceiling; -- cgit v1.2.3-70-g09d2