diff options
| author | Brian Potchik <brian@vector35.com> | 2025-05-23 16:39:08 -0400 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2025-05-23 16:39:08 -0400 |
| commit | 71ca9eb697f58b44023ddac06659d46e37e37361 (patch) | |
| tree | fcc1ce9414a84eb64cbe3d66796cf5f54c649cd4 /ui/xreflist.h | |
| parent | 627456d0321e6079d57a6a19ba368e0345e8252c (diff) | |
Fix spurious cross-reference updates during startup initialization. Save the polar bears.
Diffstat (limited to 'ui/xreflist.h')
| -rw-r--r-- | ui/xreflist.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/xreflist.h b/ui/xreflist.h index 3f35e168..ee6c7bf1 100644 --- a/ui/xreflist.h +++ b/ui/xreflist.h @@ -644,6 +644,7 @@ class BINARYNINJAUIAPI CrossReferenceWidget : public SidebarWidget, public UICon bool m_navToNextOrPrevStarted = false; bool m_pinned; bool m_uiMaxItemsExceeded = false; + bool m_hasInitialSelection = false; QWidget* m_header = nullptr; |
