|
|
|
|
@ -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; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|