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

Commits on Nov 5, 2017

  1. Fix for window not always closing

    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.
    linkjay committed Nov 5, 2017
    Configuration menu
    Copy the full SHA
    0f08eee View commit details
    Browse the repository at this point in the history