Skip to content

Commit

Permalink
test only 58
Browse files Browse the repository at this point in the history
  • Loading branch information
956237586 committed Nov 23, 2024
1 parent 9fbefe7 commit 09d53c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ class ProjectorServer private constructor(
icons = window.icons?.map { it as ImageId },
isShowing = window.target.isShowing,
zOrder = i,
bounds = window.target.bounds.shift(PGraphicsEnvironment.defaultDevice.clientShift),
bounds = window.target.shiftBounds(PGraphicsEnvironment.defaultDevice.clientShift),
headerHeight = window.headerHeight,
cursorType = window.cursor?.type?.toCursorType(),
resizable = window.resizable,
Expand Down

0 comments on commit 09d53c4

Please sign in to comment.