mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 17:59:46 +02:00
GP-2076 domain object event refactor
This commit is contained in:
parent
daca354c47
commit
856aa904aa
143 changed files with 3621 additions and 3652 deletions
|
@ -145,7 +145,7 @@ class ApplyDiffCommand extends BackgroundCommand implements AnalysisWorker {
|
|||
};
|
||||
// // The events were disabled while doing apply Diff. Now re-enable them by firing object restored event.
|
||||
// ((DomainObjectAdapter)currentProgram).fireEvent(new DomainObjectChangeRecord(
|
||||
// DomainObject.DO_OBJECT_RESTORED));
|
||||
// DomainObjectEvent.RESTORED));
|
||||
// ((DomainObjectAdapter)currentProgram).flushEvents();
|
||||
if (!monitor.isCancelled()) {
|
||||
SwingUtilities.invokeLater(r);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue