mirror of https://github.com/procxx/kepka.git
Always keep inline thumbnail images loaded.
This commit is contained in:
parent
331d1baad6
commit
9dd93a77a0
|
@ -41,6 +41,7 @@ void ImageSource::loadEvenCancelled(
|
||||||
}
|
}
|
||||||
|
|
||||||
QImage ImageSource::takeLoaded() {
|
QImage ImageSource::takeLoaded() {
|
||||||
|
load({}, false, false);
|
||||||
return _data;
|
return _data;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue