mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-24 10:52:53 +00:00
gwenview: comment correction
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
5e96399497
commit
a488e15681
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ void AnimatedDocumentLoadedImpl::init()
|
||||||
if (!document()->image().isNull()) {
|
if (!document()->image().isNull()) {
|
||||||
// We may reach this point without an image if the first frame got
|
// We may reach this point without an image if the first frame got
|
||||||
// downsampled by LoadingDocumentImpl (unlikely for now because the
|
// downsampled by LoadingDocumentImpl (unlikely for now because the
|
||||||
// handler many not support the QImageIOHandler::ScaledSize option)
|
// handler may not support the QImageIOHandler::ScaledSize option)
|
||||||
emit imageRectUpdated(document()->image().rect());
|
emit imageRectUpdated(document()->image().rect());
|
||||||
emit loaded();
|
emit loaded();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue