Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Graphics
Gwenview
Commits
7c97f7fc
Commit
7c97f7fc
authored
Dec 11, 2012
by
Benjamin Löwe
Browse files
Fix for Bug 310891 - gwenview crashed during rotate image
BUG: 310891
REVIEW: 107667 FIXED-IN: 4.10.0
parent
29378564
Changes
1
Show whitespace changes
Inline
Side-by-side
app/preloader.cpp
View file @
7c97f7fc
...
...
@@ -88,6 +88,10 @@ void Preloader::preload(const KUrl& url, const QSize& size)
void
Preloader
::
doPreload
()
{
if
(
!
d
->
mDocument
)
{
return
;
}
if
(
d
->
mDocument
->
loadingState
()
==
Document
::
LoadingFailed
)
{
LOG
(
"loading failed"
);
d
->
forgetDocument
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment