Use Qt's High-DPI scaling on Windows (#4868)
This commit is contained in:
@@ -86,6 +86,7 @@ bool TooltipEntryWidget::refreshPixmap()
|
||||
this->attemptRefresh_ = true;
|
||||
return false;
|
||||
}
|
||||
pixmap->setDevicePixelRatio(this->devicePixelRatio());
|
||||
|
||||
if (this->customImgWidth_ > 0 || this->customImgHeight_ > 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user