Merge remote-tracking branch 'origin/Applications/15.08'

remotes/origin/Applications/15.12
Albert Astals Cid 11 years ago
commit 29b2b92d02
  1. 6
      core/document.cpp

@ -3999,10 +3999,8 @@ void Document::processAction( const Action * action )
d->m_scripter = new Scripter( d );
d->m_scripter->execute( linkrendition->scriptType(), linkrendition->script() );
}
else
{
emit processRenditionAction( static_cast< const RenditionAction * >( action ) );
}
emit processRenditionAction( static_cast< const RenditionAction * >( action ) );
} break;
}
}

Loading…
Cancel
Save