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 for window not always closing #78

Open
wants to merge 1 commit into
base: torchat_py
Choose a base branch
from

Conversation

linkjay
Copy link

@linkjay linkjay commented Nov 5, 2017

There is a bug where, for some people, self.Close in the onCancel function will not work. This will effectively make it so the window cannot be closed at all. Not with the cancel button, the ok button, or the x button on the window. However, like in the dlg_settings file, it uses evt.Skip() to close their windows and it works perfectly. Appending it after the self.Close() function seems to fix this bug. The onCancel function ties into all close functions so when someone hits ok or the x button, not just the cancel button, onCancel is called.

There is a bug where, for some people, self.Close in the onCancel function will not work. This will effectively make it so the window cannot be closed at all. Not with the cancel button, the ok button, or the x button on the window. However, like in the dlg_settings file, it uses evt.Skip() to close their windows and it works perfectly. Appending it after the self.Close() function seems to fix this bug. The onCancel function ties into all close functions so when someone hits ok or the x button, not just the cancel button, onCancel is called.
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

1 participant