Merge remote-tracking branch 'origin/GP-1_ghidragon_fixed_minor_bookmark_cache_bug'

This commit is contained in:
Ryan Kurtz
2026-02-17 14:56:28 -05:00
@@ -92,6 +92,7 @@ class BookmarkTableModel extends AddressBasedTableModel<BookmarkRowObject> {
@Override @Override
protected void doLoad(Accumulator<BookmarkRowObject> accumulator, TaskMonitor monitor) protected void doLoad(Accumulator<BookmarkRowObject> accumulator, TaskMonitor monitor)
throws CancelledException { throws CancelledException {
lastBookmark = null;
LongIterator it = LongIterator.EMPTY; LongIterator it = LongIterator.EMPTY;
if (bookmarkMgr != null && !types.isEmpty()) { if (bookmarkMgr != null && !types.isEmpty()) {
it = new BookmarkKeyIterator(bookmarkMgr); it = new BookmarkKeyIterator(bookmarkMgr);