|
|
@ -355,7 +355,7 @@ QByteArray GRenderWindow::saveGeometry() { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
qreal GRenderWindow::windowPixelRatio() const { |
|
|
qreal GRenderWindow::windowPixelRatio() const { |
|
|
return devicePixelRatio(); |
|
|
|
|
|
|
|
|
return devicePixelRatioF(); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
std::pair<u32, u32> GRenderWindow::ScaleTouch(const QPointF& pos) const { |
|
|
std::pair<u32, u32> GRenderWindow::ScaleTouch(const QPointF& pos) const { |
|
|
|