Adding icons on thumbnails and solving a bug in cacheimagedata.cc
See issue #4008. The bug in cacheimagedata.cc was preventing correct cached thumbnail loading, asking for a full processing at each loading of the directory.
This commit is contained in:
@@ -139,7 +139,7 @@ int CacheImageData::load (const Glib::ustring& fname)
|
||||
}
|
||||
|
||||
if (keyFile.has_key ("ExifInfo", "IsHDR")) {
|
||||
isHDR = keyFile.get_integer ("ExifInfo", "IsHDR");
|
||||
isHDR = keyFile.get_boolean ("ExifInfo", "IsHDR");
|
||||
}
|
||||
|
||||
if (keyFile.has_key ("ExifInfo", "IsPixelShift")) {
|
||||
|
Reference in New Issue
Block a user