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: Window now closes when 'x' is clicked #295

Merged
merged 1 commit into from
Apr 23, 2024
Merged

Conversation

vyshnav-vinod
Copy link
Contributor

The commit 30a251c has made the biscuit window to not close when 'x' is clicked. This is probably due to the "WM_DELETE_WINDOW" protocol only calling the on_close_app function, which does not destroy() the tkinter window.

I checked the previous commit c9dd044 and this does close the window, so i guess the addition of the "WM_DELETE_WINDOW" protocol might have introduced the bug

@tomlin7
Copy link
Owner

tomlin7 commented Apr 23, 2024

@vyshnav-vinod thanks for opening a pr on this! apparently the window is closable with the window close button currently on windows, but technically the problem is existing. Unsure of what is causing the behavior difference.

@tomlin7 tomlin7 merged commit 92a5af4 into tomlin7:main Apr 23, 2024
5 of 6 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.

None yet

2 participants