diff options
author | Peter Frühberger <Peter.Fruehberger@gmail.com> | 2020-02-01 14:45:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-01 14:45:49 +0100 |
commit | 18fe69cc9d2dc5a6d94615ebb0586f0df2bded05 (patch) | |
tree | f199b12c61e92189f39ab8761a9049d89a735ed3 | |
parent | 95495d22aac6aef7496e26c5c6c11e4d5367a71d (diff) | |
parent | 36efa54ce4ed5cd9b07da8b9c931277d09d4b16c (diff) |
Merge pull request #17305 from ksooo/leia-android-fix-updateresolutions
[android][windowing] Leia: Fix CWinSystemAndroid::UpdateResolutions to appl…
-rw-r--r-- | xbmc/windowing/android/WinSystemAndroid.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xbmc/windowing/android/WinSystemAndroid.cpp b/xbmc/windowing/android/WinSystemAndroid.cpp index f48de072cd..f9c4797a45 100644 --- a/xbmc/windowing/android/WinSystemAndroid.cpp +++ b/xbmc/windowing/android/WinSystemAndroid.cpp @@ -206,6 +206,8 @@ void CWinSystemAndroid::UpdateResolutions(bool bUpdateDesktopRes) CDisplaySettings::GetInstance().GetResolutionInfo(RES_WINDOW) = res; } } + + CDisplaySettings::GetInstance().ApplyCalibrations(); } void CWinSystemAndroid::OnTimeout() |