-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BranchGraph: Add a read-write-lock to prevent rendering during rebuild.
Read and write accesses to the branch graph are now protected by a read-write-lock. The LineageTreeLayoutImp acquires a read-lock during rendering. And ModelBranchGraph write-locks itself during graphRebuilt(). This commit fixes a ConcurrentModificationException that occurred on some datasets, when the "TrackScheme Hierarchy" window was shown for the first time.
- Loading branch information
Showing
2 changed files
with
36 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters