diff -r f6b253c17643 -r 0256edecda54 src/partdownloader.cpp --- a/src/partdownloader.cpp Sat Mar 03 17:28:27 2018 +0200 +++ b/src/partdownloader.cpp Sat Mar 03 17:47:40 2018 +0200 @@ -255,9 +255,6 @@ if (primaryFile()) emit primaryFileDownloaded(); - for (LDDocument* file : _files) - file->reloadAllSubfiles(); - if (m_config->autoCloseDownloadDialog() and not failed) { // Close automatically if desired.