summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2016-03-22 16:55:46 +0100
committerlouis <louis.braun@gmx.de>2016-03-22 16:55:46 +0100
commit65b5d74b7af6d2ee85b193a64f87ba057f02b1f0 (patch)
treed5ea3c32b59b157a94074783502015ad2fdd6bfe /skins
parent842fc1a254ec13a5de2c2bd47fa20e4bd9746ab6 (diff)
downloadvdr-plugin-skindesigner-65b5d74b7af6d2ee85b193a64f87ba057f02b1f0.tar.gz
vdr-plugin-skindesigner-65b5d74b7af6d2ee85b193a64f87ba057f02b1f0.tar.bz2
fixed bug that onpause view potentially starts during setting cutting marks
Diffstat (limited to 'skins')
-rw-r--r--skins/metrixhd/xmlfiles/displayreplay.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/skins/metrixhd/xmlfiles/displayreplay.xml b/skins/metrixhd/xmlfiles/displayreplay.xml
index 4842c39..4328b5f 100644
--- a/skins/metrixhd/xmlfiles/displayreplay.xml
+++ b/skins/metrixhd/xmlfiles/displayreplay.xml
@@ -189,10 +189,10 @@
</onpause>
<onpausemodeonly delay="20" fadetime="{fadetime}">
- <area x="0" y="0" width="100%" height="100%" layer="7">
+ <area x="0" y="0" width="100%" height="100%" layer="6">
<fill color="{clrSemiTransBlack}" />
</area>
- <area x="0" y="0" width="100%" height="100%" layer="6">
+ <area x="0" y="0" width="100%" height="100%" layer="7">
<drawtext align="center" valign="center" font="{semibold}" fontsize="25%" color="{clrWhite}" text="{tr(pause)}" />
<drawimage condition="{isseries}" imagetype="image" path="{seriesbanner1path}" align="center" y="10" width="{areawidth}*0.5" height="{areawidth} * 0.5 * {seriesbanner1height} / {seriesbanner1width}"/>
<drawimage condition="{ismovie}" imagetype="image" path="{posterpath}" x="10" y="10" width="{areaheight} * 0.4 * {posterwidth} / {posterheight}" height="{areaheight} * 0.4"/>