Merge branch 'dev' into newlocallab2

This commit is contained in:
Ingo Weyrich
2020-06-14 22:03:26 +02:00
13 changed files with 304 additions and 452 deletions

View File

@@ -875,7 +875,7 @@ void Thumbnail::_loadThumbnail(bool firstTrial)
if (!succ && firstTrial) {
_generateThumbnailImage ();
if (cfs.supported && firstTrial) {
if (cfs.supported) {
_loadThumbnail (false);
}