Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix position outside of video for text based subs #8097

Merged
merged 1 commit into from
Sep 20, 2015

Conversation

fritsch
Copy link
Member

@fritsch fritsch commented Sep 20, 2015

Discussion can be found here: #8085 (comment)

Thanks @FernetMenta

@@ -125,7 +125,12 @@ COverlayText::COverlayText(CDVDOverlayText * src)
}
else
{
m_align = ALIGN_VIDEO;
if(m_subalign == SUBTITLE_ALIGN_TOP_INSIDE
|| m_subalign == SUBTITLE_ALIGN_TOP_OUTSIDE)

This comment was marked as spam.

@MartijnKaijser MartijnKaijser added this to the Jarvis 16.0-alpha3 milestone Sep 20, 2015
@MartijnKaijser MartijnKaijser added Type: Fix non-breaking change which fixes an issue v16 Jarvis Backport: Done labels Sep 20, 2015
@fritsch
Copy link
Member Author

fritsch commented Sep 20, 2015

@FernetMenta will adjust it accordingly.

@fritsch
Copy link
Member Author

fritsch commented Sep 20, 2015

jenkins build and merge

MartijnKaijser added a commit that referenced this pull request Sep 20, 2015
Fix position outside of video for text based subs
@MartijnKaijser MartijnKaijser merged commit a1431e1 into xbmc:master Sep 20, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Backport: Done Type: Fix non-breaking change which fixes an issue v16 Jarvis
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants