mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
GP-4719 Added support for undo/redo for datatype archives.
This commit is contained in:
parent
4b30e484b0
commit
ff032bee4b
64 changed files with 1685 additions and 902 deletions
|
@ -899,4 +899,10 @@ public class DBTrace extends DBCachedDomainObjectAdapter implements Trace, Trace
|
|||
super.close();
|
||||
objectManager.waitWbWorkers();
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void domainObjectRestored() {
|
||||
super.domainObjectRestored();
|
||||
dataTypeManager.notifyRestored();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue