Revert "Take in account device pixel ratio when setting window extents"

This reverts commit d44f076f0b.
This commit is contained in:
John Preston 2021-02-21 08:07:43 +04:00
parent bbf49b024a
commit 5b0ad9ec4d
2 changed files with 2 additions and 2 deletions

View File

@ -144,7 +144,7 @@ void TitleWidgetQt::updateWindowExtents() {
if (hasShadow()) {
Ui::Platform::SetWindowExtents(
window()->windowHandle(),
resizeArea() * cIntRetinaFactor());
resizeArea());
_extentsSet = true;
} else if (_extentsSet) {

@ -1 +1 @@
Subproject commit 492121950da14615bfab6e6c9b4415a50899ddde
Subproject commit cf3975366630de43a9a5b25d1a68c0fb6404291a