[TD]fix scaling of bitmap
This commit is contained in:
committed by
WandererFan
parent
ab9ff476e1
commit
11c6f4a9e9
@@ -85,7 +85,7 @@ bool QGCustomImage::load(QPixmap map)
|
||||
|
||||
QSize QGCustomImage::imageSize(void)
|
||||
{
|
||||
QSize result = m_px.size();
|
||||
QSize result = m_px.size() * scale();
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user