Skip to content

Fix window position drift during visibility toggles - #2290

Merged
Davidy22 merged 1 commit into
Guake:masterfrom
xai:fix-window-position-drift
Sep 5, 2025
Merged

Fix window position drift during visibility toggles#2290
Davidy22 merged 1 commit into
Guake:masterfrom
xai:fix-window-position-drift

Conversation

@xai

@xai xai commented Aug 19, 2025

Copy link
Copy Markdown
Contributor

Defer window positioning using queue_resize() and GLib.idle_add() to ensure all widget layout calculations are complete before moving the window.

Fixes #2184

sem-ver: bugfix

Defer window positioning using queue_resize() and GLib.idle_add() to ensure
all widget layout calculations are complete before moving the window.

Fixes Guake#2184

sem-ver: bugfix
@Davidy22

Davidy22 commented Sep 5, 2025

Copy link
Copy Markdown
Collaborator

Looks like I'll need to update CI for that one thing that got taken offline but change seems to be fine on my machine, merging.

@Davidy22
Davidy22 merged commit 1c18e87 into Guake:master Sep 5, 2025
1 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Window drifts downwards each time you invoke the terminal

2 participants