This repository was archived by the owner on Aug 31, 2021. It is now read-only.
Commit 3f7b0e3
committed
[[ Bug 20431 ]] Show ask/answer dialogs in correct location on Mac
This patch fixes an issue on Mac where if the screenRect has a non-0
top then the dialogs won't be shown at the correct location. The patch
is the same to both stacks:
```
switch the platform
case "MacOS"
local tMacOSX
put true into tMacOSX
set the loc of this stack to tStackLoc
- set the top of this stack to round(item 4 of tScreenRect/5)
+ set the top of this stack to item 2 of tScreenRect + round(tScreenHeight/5)
```1 parent cd47e55 commit 3f7b0e3
3 files changed
Lines changed: 1 addition & 0 deletions
Binary file not shown.
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments