fixed recording progress bar in nopacity

This commit is contained in:
louis 2015-03-14 07:23:26 +01:00
parent 8e1db50601
commit a7d01384fc
2 changed files with 3 additions and 2 deletions

View File

@ -212,4 +212,5 @@ Version 0.3.0
- fixed FadeOut bug
- fixed crash when opening and closing main menu consecutively
- fixed bug detecting menu item numbers in main menu
- fixed recording progress bar in nopacity

View File

@ -106,7 +106,7 @@
{total} total frames of recording
-->
<progressbar>
<area x="3%" y="83%" width="94%" height="2%" layer="2">
<area x="3%" y="83%" width="94%" height="2%" layer="3">
<drawellipse x="1" y="1" width="{areaheight}-2" height="{areaheight}-2" color="{clrProgressbar}" quadrant="0" />
<drawrectangle x="{areaheight}/2" y="1" width="{current}/{total}*{areawidth} - {current}/{total}*{areaheight}" height="{areaheight}-2" color="{clrProgressbar}" />
</area>
@ -120,7 +120,7 @@
{marks[startmark]} true if mark is start mark
-->
<cutmarks>
<area x="3%" y="82%" width="94%" height="4%" layer="3">
<area x="3%" y="82%" width="94%" height="4%" layer="4">
<loop name="marks" x="0" y="0" orientation="absolute">
<drawrectangle x="{marks[position]}/{marks[total]}*{areawidth}" y="0" width="1" height="100%" color="{clrTransWhite}" />
<drawrectangle condition="{marks[startmark]}" x="{marks[position]}/{marks[total]}*{areawidth}" y="0" width="5" height="1" color="{clrTransWhite}" />