diff options
author | Kai Sommerfeld <kai.sommerfeld@gmx.com> | 2019-02-11 11:27:51 +0100 |
---|---|---|
committer | Kai Sommerfeld <kai.sommerfeld@gmx.com> | 2019-02-11 11:27:51 +0100 |
commit | 7e85a6f6e4ddda81ab382eb54a294f481fa87a85 (patch) | |
tree | a93321c8584e79bbd0455c9a3f325c46d23d6066 | |
parent | d9ed9408c49d5c435d2b4d37b1bc30cf9fb9e772 (diff) |
[estuary] Fix visual glitch when PVR info dialog activated from PVR channels OSD.
-rw-r--r-- | addons/skin.estuary/xml/DialogSeekBar.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addons/skin.estuary/xml/DialogSeekBar.xml b/addons/skin.estuary/xml/DialogSeekBar.xml index 91c16b36c1..a71dcc0a2c 100644 --- a/addons/skin.estuary/xml/DialogSeekBar.xml +++ b/addons/skin.estuary/xml/DialogSeekBar.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <window> <visible>Player.Seeking | Player.DisplayAfterSeek | [Player.Paused + !Player.Caching] | Player.Forwarding | Player.Rewinding | Player.ShowInfo | Player.ShowTime | Window.IsActive(videoosd) | Window.IsActive(musicosd) | Window.IsActive(playerprocessinfo) | !String.IsEmpty(Player.SeekNumeric) | !String.IsEmpty(PVR.ChannelNumberInput)</visible> - <visible>![Window.IsActive(sliderdialog) | Window.IsActive(pvrosdchannels)]</visible> + <visible>![Window.IsActive(sliderdialog) | Window.IsActive(pvrosdchannels) | Window.IsActive(pvrguideinfo)]</visible> <visible>Window.IsActive(fullscreenvideo) | Window.IsActive(visualisation)</visible> <include>Animation_BottomSlide</include> <depth>DepthOSD</depth> |