mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 06:07:06 +02:00
Beta version 4.5.9: Fix new window position.
This commit is contained in:
parent
fa4b538e6f
commit
37cf12f06e
1 changed files with 2 additions and 2 deletions
|
@ -653,8 +653,8 @@ WindowPosition MainWindow::nextInitialChildPosition(bool primary) {
|
|||
const auto use = position + (skip * _lastChildIndex);
|
||||
return withScreenInPosition({
|
||||
.scale = cScale(),
|
||||
.x = position.x(),
|
||||
.y = position.y(),
|
||||
.x = use.x(),
|
||||
.y = use.y(),
|
||||
.w = width,
|
||||
.h = height,
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue