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

Recapture: fix erroneous maximizing of windows #504

Merged
merged 1 commit into from
May 29, 2021
Merged

Conversation

ThomasAdam
Copy link
Member

During a recapture of windows (such as when restarting fvwm3), if a
window had been previous maximized (but is no longer), then fvwm3 would
think that window should still be maximized. This is because of a
missing check to see if the window needs to be maximized.

Fixes #143

During a recapture of windows (such as when restarting fvwm3), if a
window had been previous maximized (but is no longer), then fvwm3 would
think that window should still be maximized.  This is because of a
missing check to see if the window needs to be maximized.

Fixes #143
@ThomasAdam ThomasAdam added this to the 1.0.3 milestone May 29, 2021
@ThomasAdam ThomasAdam self-assigned this May 29, 2021
@ThomasAdam ThomasAdam added the type:bug Something's broken! label May 29, 2021
@ThomasAdam ThomasAdam merged commit 4d64b37 into master May 29, 2021
@ThomasAdam ThomasAdam deleted the ta/gh-143 branch May 29, 2021 16:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Something's broken!
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Properties of windows are lost after a restart
1 participant