Skip to content
This repository has been archived by the owner on Apr 15, 2023. It is now read-only.

Commit

Permalink
Fixed: [Confluence] Live TV window video background display condition…
Browse files Browse the repository at this point in the history
…s was in back to front world
  • Loading branch information
JezzX committed Mar 24, 2011
1 parent 087dede commit 8d9fcb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/skin.confluence/720p/MyPVR.xml
Expand Up @@ -5,7 +5,7 @@
<include>CommonTVBackground</include>

<control type="group">
<visible>Control.IsVisible(11) | Control.IsVisible(12)</visible>
<visible>!Control.IsVisible(11) + !Control.IsVisible(12)</visible>
<control type="image">
<posx>0</posx>
<posy>0</posy>
Expand Down

0 comments on commit 8d9fcb8

Please sign in to comment.