-
Notifications
You must be signed in to change notification settings - Fork 195
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix #16485: Modal dialogs may occasionally be behind another dialog
From the [https://docs.oracle.com/en/java/javase/21/docs/api/java.desktop/java/awt/doc-files/Modality.html Modality] javadocs: > * keeps its Z-order below the modal dialog that blocks it > **Warning! ** Some window managers allow users to change the window Z-order in an arbitrary way — in that case the last requirement may not be met. The workaround is to set the blocking dialog as always on top. git-svn-id: https://josm.openstreetmap.de/svn/trunk@18849 0c6e7542-c601-0410-84e7-c038aed88b3b
- Loading branch information
taylor.smock
committed
Oct 3, 2023
1 parent
9220733
commit 0ca6f72
Showing
3 changed files
with
50 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters