Tiff files are not shown anymore after clearing cache, fixes #4149

This commit is contained in:
heckflosse
2017-10-16 14:59:08 +02:00
parent 67c75eeb85
commit 8621327678

View File

@@ -1105,6 +1105,7 @@ FramesData::FramesData (const Glib::ustring& fname, std::unique_ptr<RawMetaDataL
rtexif::ExifManager exifManager (f, std::move(rml), firstFrameOnly);
exifManager.parseTIFF();
roots = exifManager.roots;
// creating FrameData
for (auto currFrame : exifManager.frames) {