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
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);