enthought / enthought/traitsui
Editor sync_value 'from' should use dispatch='ui'
Open
type: bug
- Dominant language
- Python
- Stars
- 306
- Forks
- 99
- PR merge metrics
- No merged PRs in 30d
Description
Looking at how it is used, almost every time there is some change to the state of a UI component in the handler. If this were to happen off of the main thread, there is the potential for problems.
Adding 'ui' dispatch will mean no change for how things happen on the main thread, but will fix the problem of off-main-thread changes to UI components.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.