diff options
author | Voyager1 <voyager@xbmc.org> | 2018-01-14 14:48:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-14 14:48:16 +0100 |
commit | cbd6f1b98cecf8ec61c5af41347236e3025da37d (patch) | |
tree | d2cbe1d821541bb6be47bb86a9a07fd14d6ea944 | |
parent | 3873f14aa1e5ef1e9e1e8852173ceeb5e0719008 (diff) | |
parent | ed9895e8bb4902cc41760cdd18f3bd2df218d0b6 (diff) |
Merge pull request #13356 from Voyager1/fix_estuary_lostfocus
[Estuary] fix loss of focus and navigation on the Home screen
-rw-r--r-- | addons/skin.estuary/xml/Includes.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/addons/skin.estuary/xml/Includes.xml b/addons/skin.estuary/xml/Includes.xml index 1197b6098e..bb67929e7b 100644 --- a/addons/skin.estuary/xml/Includes.xml +++ b/addons/skin.estuary/xml/Includes.xml @@ -936,6 +936,7 @@ <height>100</height> <label></label> <onclick>Action(Back)</onclick> + <visible>!Window.IsActive(home)</visible> <texturefocus /> <texturenofocus /> </control> |