diff options
author | Voyager1 <voyager@xbmc.org> | 2018-01-14 11:11:06 +0100 |
---|---|---|
committer | Voyager1 <voyager@xbmc.org> | 2018-01-14 11:13:56 +0100 |
commit | ed9895e8bb4902cc41760cdd18f3bd2df218d0b6 (patch) | |
tree | e9ca9ba21f0474103560aa34a778a1d0d9d528b5 /addons | |
parent | 94bcd5cc4f72e69d1b9dd1044f235e4e7373b44b (diff) |
Prevent invisible back-button to gain focus when on Home screen
Diffstat (limited to 'addons')
-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> |