Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Network
Konqueror
Commits
93fe96c0
Commit
93fe96c0
authored
May 03, 2007
by
Peter Penz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
optimize
svn path=/trunk/KDE/kdebase/apps/; revision=660582
parent
63e1155c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
dolphin/src/pixmapviewer.cpp
dolphin/src/pixmapviewer.cpp
+3
-1
No files found.
dolphin/src/pixmapviewer.cpp
View file @
93fe96c0
...
...
@@ -50,7 +50,9 @@ void PixmapViewer::setPixmap(const QPixmap& pixmap)
m_pixmap
=
pixmap
;
update
();
if
(
m_transition
!=
NoTransition
)
{
const
bool
animate
=
(
m_transition
!=
NoTransition
)
&&
(
m_pixmap
.
size
()
!=
m_oldPixmap
.
size
());
if
(
animate
)
{
m_animation
.
start
();
}
}
...
...
Write
Preview
Markdown
is supported
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