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

Remove call to Application.Current.Dispatcher.CheckAccess() - seems ther... #465

Merged

Commits on Sep 8, 2014

  1. Remove call to Application.Current.Dispatcher.CheckAccess() - seems t…

    …here's a null point happening on a rare instance when Application.Current.Dispatcher is null
    
    Rely on parent calling code to execute on the correct thread (which it was already executing on the UI Thread)
    amaitland committed Sep 8, 2014
    Configuration menu
    Copy the full SHA
    318c00b View commit details
    Browse the repository at this point in the history