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

Shut down all controls under a tab before we remove it from the list #4337

Merged
1 commit merged into from
Jan 23, 2020

Commits on Jan 22, 2020

  1. Shut down all controls under a tab before we remove it from the list

    This commit introduces a new recursive pane shutdown that will give all
    controls under a tab a chance to clean up their state before beign
    detached from the UI. It also reorders the call to LastTabClosed() so
    that the application does not exit before the final connections are
    terminated.
    
    It also teaches TSFInputControl how to shut down to avoid a dramatic
    platform bug.
    
    Fixes #4159.
    Fixes #4336.
    DHowett committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    176cb6b View commit details
    Browse the repository at this point in the history