forked from JabRef/jabref
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix screen-out-of-bounds (JabRef#11441)
* Fix window decorations * Enable debug log * Check all screens * Debug output screens * Always save new window position * Save window state after fixing it * Begin to support storing x and y positions for multiple screens * Fix casing * Rename constants * Add initial file * Discard changes to build.gradle * Remove record WindowPreferences * Refine debug log * Fix preference variable name * Fix typos * Fix inbounds detection * More logging Co-authored-by: Christoph <[email protected]> * Fix checkstyle --------- Co-authored-by: Carl Christian Snethlage <[email protected]> Co-authored-by: Christoph <[email protected]>
- Loading branch information
1 parent
b8acb3c
commit 072d7c7
Showing
4 changed files
with
85 additions
and
47 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,3 +11,5 @@ exception = strip: jdk.internal | |
#[email protected] = debug | ||
|
||
[email protected] = debug | ||
|
||
[email protected] = debug |