diff --git a/part.cpp b/part.cpp index 721080986..0ba257899 100644 --- a/part.cpp +++ b/part.cpp @@ -1702,7 +1702,7 @@ bool Part::openFile() // if the 'StartFullScreen' flag is set and we're not in viewer widget mode, or the command line flag was // specified, start presentation const bool presentationBecauseOfDocumentMetadata = ( m_embedMode != ViewerWidgetMode ) && m_document->metaData( QStringLiteral("StartFullScreen") ).toBool(); - if ( presentationBecauseOfDocumentMetadata || m_cliPresentation ) + if ( ( presentationBecauseOfDocumentMetadata || m_cliPresentation ) && !m_isReloading ) { bool goAheadWithPresentationMode = true; if ( !m_cliPresentation )