-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Corrected a long-standing crash condition that happens when a
generated cell is modified multiple times. If the original cell is orphaned (no longer used anywhere in the design), it is deleted. However, an instance of the cell may exist in the secondary select buffer if the cell was previously moved or copied, and an attempt to do another move or copy will clear the secondary select buffer, encounter the deleted cell, and crash the program.
- Loading branch information
1 parent
ea29aa3
commit 8b34aa7
Showing
2 changed files
with
25 additions
and
2 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
8.3.501 | ||
8.3.502 |
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