Skip to content

Commit

Permalink
πŸ”€ Merge pull request #587 from ShawnZhong/y-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MrKai77 authored Oct 6, 2024
2 parents 50b6ec9 + 7a7350d commit 24710a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Loop/Window Management/WindowAction.swift
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ private extension WindowAction {
}

if let yPoint {
result.origin.y += bounds.width * (yPoint / 100.0)
result.origin.y += bounds.height * (yPoint / 100.0)
}
}
} else { // positionMode would be generic
Expand Down

0 comments on commit 24710a4

Please sign in to comment.