Skip to content

fix: Window now closes when 'x' is clicked#295

Merged
tomlin7 merged 1 commit intotomlin7:mainfrom
vyshnav-vinod:main
Apr 23, 2024
Merged

fix: Window now closes when 'x' is clicked#295
tomlin7 merged 1 commit intotomlin7:mainfrom
vyshnav-vinod:main

Conversation

@vyshnav-vinod
Copy link
Copy Markdown
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
Copy Markdown
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
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.

2 participants