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:
@@ -499,6 +499,15 @@ bool Thumbnail::isEnqueued ()
|
||||
return enqueueNumber > 0;
|
||||
}
|
||||
|
||||
bool Thumbnail::isPixelShift ()
|
||||
{
|
||||
return cfs.isPixelShift;
|
||||
}
|
||||
bool Thumbnail::isHDR ()
|
||||
{
|
||||
return cfs.isHDR;
|
||||
}
|
||||
|
||||
void Thumbnail::increaseRef ()
|
||||
{
|
||||
MyMutex::MyLock lock(mutex);
|
||||
|
Reference in New Issue
Block a user