Test fix - the bookmark manager processes updates for the nav bar and

not just the bookmark table
This commit is contained in:
dragonmacher 2021-03-29 11:15:03 -04:00
parent cce6807470
commit ee11a2d48f

View File

@ -299,10 +299,6 @@ public class BookmarkPlugin extends ProgramPlugin
@Override
public synchronized void domainObjectChanged(DomainObjectChangedEvent ev) {
if (!provider.isVisible()) {
return;
}
if (ev.containsEvent(DomainObject.DO_OBJECT_RESTORED) ||
ev.containsEvent(ChangeManager.DOCR_MEMORY_BLOCK_MOVED) ||
ev.containsEvent(ChangeManager.DOCR_MEMORY_BLOCK_REMOVED)) {