mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 17:29:10 +00:00
Apply the current zoom factor!
This commit is contained in:
parent
640f0f6be1
commit
0f2a0f4049
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