Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 3f7b0e3

Browse files
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

File tree

15 Bytes
Binary file not shown.

Toolset/palettes/revaskdialog.rev

22 Bytes
Binary file not shown.

notes/bugfix-20431.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Show ask and answer dialogs in correct location when the screen top is not 0

0 commit comments

Comments
 (0)