Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Racing condition occurs when a command is programmatically invoked immediately after a display is created, using swing ui. The racing condition is resovled in a similar way to the LegacyImageDisplayViewer. See scijava/scijava-ui-swing#18
- Loading branch information
ed5b661
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Merging as a short-term solution. My intuition is that we can be somehow cleaner in the future, but I don't know how at the moment.