Qt: Fix HiDPI scaling on non-software renderers
This commit is contained in:
@@ -49,5 +49,7 @@ protected:
|
||||
QRect destination;
|
||||
QWidget *parentWidget { nullptr };
|
||||
|
||||
double pixelRatio = 1.0;
|
||||
|
||||
std::vector<std::atomic_flag> buf_usage;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user