Skip to content

Commit

Permalink
Fix overlapping text when seeking.
Browse files Browse the repository at this point in the history
  • Loading branch information
jingai committed Jun 27, 2017
1 parent f6f8d05 commit b7a8e62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 720p/Includes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1790,7 +1790,7 @@
<control type="label">
<include>OSD_Player_Labels</include>
<label>[UPPERCASE]$INFO[Player.SeekOffset][/UPPERCASE]</label>
<visible>!Player.Paused + Player.DisplayAfterSeek</visible>
<visible>Player.DisplayAfterSeek + ![Player.Paused | Player.Forwarding | Player.Rewinding]</visible>
</control>
</control>
</include>
Expand Down

0 comments on commit b7a8e62

Please sign in to comment.