-
Notifications
You must be signed in to change notification settings - Fork 578
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1765 from gchamon/fix-fullscreen-display
Moving window to correct coordinates before maximizing
- Loading branch information
Showing
2 changed files
with
16 additions
and
0 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
15 changes: 15 additions & 0 deletions
15
...otes/notes/fix_move_window_to_correct_coordinates_before_maximising-b5f124f36ff8d796.yaml
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
release_summary: > | ||
Move window to correct coordinates before maximizing | ||
features: | ||
- | | ||
Move the window to the correct coordinates, in the correct display, before | ||
attempting to maximize the window. | ||
fixes: | ||
- | | ||
- Guake always appears on mouse display regardless of Guake Preferences #1689 | ||
- guake follows mouse focus when have 2 monitors #1761 | ||
- Multiple monitors issue with Fedora 31 #1745 | ||
- Guake window follows mouse across monitors till it loses focus #1735 | ||
- And possibly more |