Apply the current zoom factor!
--HG-- branch : gsoc2014-dfighter
This commit is contained in:
parent
851afcf955
commit
1a49f9fedb
1 changed files with 1 additions and 1 deletions
|
@ -361,7 +361,7 @@ QVariant TileItemNode::data(int column, int role) const
|
||||||
|
|
||||||
QPixmap pixmap = pvt->pixMap( TileItemNode::s_displayChannel );
|
QPixmap pixmap = pvt->pixMap( TileItemNode::s_displayChannel );
|
||||||
|
|
||||||
pixmap.scaled(tileSize, tileSize);
|
pixmap = pixmap.scaled(tileSize, tileSize);
|
||||||
|
|
||||||
return pixmap;
|
return pixmap;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue