Skip to content

Commit

Permalink
Do not flag SSA/ASS subtitles as movable
Browse files Browse the repository at this point in the history
  • Loading branch information
madshi authored and Cyberbeing committed Oct 15, 2015
1 parent 50985e9 commit 7ef76b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/subtitles/RTS.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3381,7 +3381,7 @@ STDMETHODIMP CRenderedTextSubtitle::RenderEx( IXySubRenderFrame**subRenderFrame,
while ( pos!=NULL )
{
const CSubtitle2& sub2 = sub2List.GetNext(pos);
if (sub2.s->m_hard_position_level > POS_LVL_NONE)
if (sub2.s->m_hard_position_level >= POS_LVL_NONE)
{
m_movable = false;
break;
Expand Down

0 comments on commit 7ef76b4

Please sign in to comment.