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

A close window button. #3384

Merged
merged 2 commits into from Jun 24, 2022
Merged

A close window button. #3384

merged 2 commits into from Jun 24, 2022

Conversation

eggrobin
Copy link
Member

@eggrobin eggrobin commented Jun 21, 2022

Not the prettiest thing, but it should help with usability when there are lots of windows around.

image

A potentially confusing quirk is that since closing the main window has the exact same effect as toggling the toolbar button, it closes all windows. It’s not clear that anything else would work well though, since there wouldn’t be an unambiguous interaction to bring it back.

Fix #2295.

@pleroy pleroy added the LGTM label Jun 22, 2022
RenderWindowContents(window_id);
}

public void DisposeWindow() {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bad indent.

@eggrobin eggrobin merged commit e6185c2 into mockingbirdnest:master Jun 24, 2022
@eggrobin eggrobin added the ui label Jul 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Windows should have a close button
2 participants