Apply the current zoom factor!
This commit is contained in:
parent
66c8b95e2d
commit
b34db5e7da
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 );
|
||||
|
||||
pixmap.scaled(tileSize, tileSize);
|
||||
pixmap = pixmap.scaled(tileSize, tileSize);
|
||||
|
||||
return pixmap;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue