Commit d9785e5
Prior to this fix, if all of the following conditions were met:
+ While a modal window (such as the Preferences dialog) was open.
+ 'Multiple window UI' was enabled.
+ A non-modal window (such as the Preview window) overlapped the modal
window.
+ The non-modal window was selected, so this window is on top of
the modal window.
Caused mouse clicks and movements within the overlay area of the
non-modal window to be incorrectly passed to the window below, i.e.
the modal window.
Instead, it would be expected that no action would be taken.
@dacap note: At the moment this fix only works on macOS because the
os::WindowSpec::modal() parameter is only used on macOS.
1 parent 4eb09a7 commit d9785e5
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1461 | 1461 | | |
1462 | 1462 | | |
1463 | 1463 | | |
| 1464 | + | |
1464 | 1465 | | |
1465 | 1466 | | |
1466 | 1467 | | |
| |||
0 commit comments