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

Fix close from taskbar for floating window #288

Merged
merged 1 commit into from Aug 9, 2021

Conversation

mpondo
Copy link
Contributor

@mpondo mpondo commented Jul 14, 2021

This is a fix for Issue #287

When configured to display floating windows in the taskbar, the close button in the taskbar does not function. This is because it calls the Window.Close method directly and bypasses the close logic that is used elsewhere in the application.

This fix watches for the close event and forces it to use the normal logic.

@Dirkster99 Dirkster99 merged commit 457498e into Dirkster99:master Aug 9, 2021
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.

None yet

2 participants