mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-30 01:11:01 +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
|
@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);
|
||||||
|
|||||||
Reference in New Issue
Block a user