mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-06-03 00:46:59 +08:00
Merge remote-tracking branch 'origin/GP-1_ghidragon_fixed_minor_bookmark_cache_bug'
This commit is contained in:
+1
@@ -92,6 +92,7 @@ class BookmarkTableModel extends AddressBasedTableModel<BookmarkRowObject> {
|
||||
@Override
|
||||
protected void doLoad(Accumulator<BookmarkRowObject> accumulator, TaskMonitor monitor)
|
||||
throws CancelledException {
|
||||
lastBookmark = null;
|
||||
LongIterator it = LongIterator.EMPTY;
|
||||
if (bookmarkMgr != null && !types.isEmpty()) {
|
||||
it = new BookmarkKeyIterator(bookmarkMgr);
|
||||
|
||||
Reference in New Issue
Block a user