Always keep inline thumbnail images loaded.

This commit is contained in:
John Preston 2019-02-10 11:19:27 +03:00
parent 331d1baad6
commit 9dd93a77a0
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ void ImageSource::loadEvenCancelled(
}
QImage ImageSource::takeLoaded() {
load({}, false, false);
return _data;
}