]> cloud.milkyroute.net Git - dolphin.git/commit
Fix warning on launch "QPixmap::scaled: Pixmap is a null pixmap"
authorMichael Reeves <reeves.87@gmail.com>
Sun, 3 Aug 2014 08:48:21 +0000 (10:48 +0200)
committerFrank Reininghaus <frank78ac@googlemail.com>
Sun, 3 Aug 2014 08:51:41 +0000 (10:51 +0200)
commita31b836479a1df2138fb4cc295db2f2a4fb97ed8
tree0d2b9a99fdd0741e13d477c54dccc7f84adf30b0
parent3d076f7c5e77312e3e0a2878eec81116cd22761c
Fix warning on launch "QPixmap::scaled: Pixmap is a null pixmap"

If Dolphin is launched with the information panel on and set to display
previews, PixmapViewer::paintEvent is called three times before any
pixmap is set. Each time the above warning message is output.

REVIEW: 119553
FIXED-IN: 4.14.0
src/panels/information/pixmapviewer.cpp