Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FvwmPager: Update current desk correctly during init. #1129

Merged
merged 1 commit into from
Dec 1, 2024
Merged

Conversation

somiaj
Copy link
Collaborator

@somiaj somiaj commented Dec 1, 2024

When FvwmPager is tracking the current desk and is run on any desk except desk 0, the current desk isn't updated during initialization because the monitor update is sent before the desk update, so the pager didn't realize the desk has changed.

This ensures that the pager updates the current desk if either the desk changes or the new desk is not the same as the current desk to also catch updates during pager initialization.

Fixes #1122

When FvwmPager is tracking the current desk and is run on any desk
except desk 0, the current desk isn't updated during initialization
because the monitor update is sent before the desk update, so the
pager didn't realize the desk has changed.

This ensures that the pager updates the current desk if either
the desk changes or the new desk is not the same as the current
desk to also catch updates during pager initialization.

Fixes #1122
@ThomasAdam ThomasAdam added the relates:module Issue is in module code label Dec 1, 2024
@ThomasAdam ThomasAdam added this to the 1.1.2 milestone Dec 1, 2024
@ThomasAdam ThomasAdam merged commit efef84c into main Dec 1, 2024
12 checks passed
@ThomasAdam ThomasAdam deleted the js/gh-1122 branch December 1, 2024 01:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
relates:module Issue is in module code
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

FvwmPager doesn't update current desk durning initialization
2 participants