early-access version 3350

This commit is contained in:
pineappleEA
2023-01-30 00:40:39 +01:00
parent d86a7b0c40
commit 6a214ce067
80 changed files with 375 additions and 704 deletions
+1 -1
View File
@@ -575,7 +575,7 @@ void QtSoftwareKeyboardDialog::MoveAndResizeWindow(QPoint pos, QSize size) {
QDialog::resize(size);
// High DPI
const float dpi_scale = screen()->logicalDotsPerInch() / 96.0f;
const float dpi_scale = qApp->screenAt(pos)->logicalDotsPerInch() / 96.0f;
RescaleKeyboardElements(size.width(), size.height(), dpi_scale);
}