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

Invoke control accesses in UpdateModsList() #2656

Merged
merged 1 commit into from
Jan 14, 2019

Conversation

DasSkelett
Copy link
Member

@DasSkelett DasSkelett commented Jan 10, 2019

#2617 made UpdateModsList() run in a background thread.
So all accesses to FilterToolButton and UpdateToolButton are made via this new task, and not the UI thread.
This didn't throw any exception on runtime or anything, but in Visual Studio if you debug CKAN.

Now all accesses to any GUI elements in UpdateModsList() are done through invocation.

@politas
Copy link
Member

politas commented Jan 14, 2019

Nononono, you're not catching me with that again. I reject your title!

@politas politas merged commit 37d1b6b into KSP-CKAN:master Jan 14, 2019
@DasSkelett DasSkelett deleted the fix/invokeControlsUpdateModList branch January 14, 2019 10:23
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