diff options
| author | Brian Potchik <brian@vector35.com> | 2024-11-24 20:31:18 -0500 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2024-11-24 20:31:18 -0500 |
| commit | ceda25989f132764ffe0daca1e2694142ff2912f (patch) | |
| tree | 5980578bb04858ea8ea2475a8d61bc3b137303f8 | |
| parent | 326fe7b28233934d00ae4089ad5e99261c885bdb (diff) | |
Fix missed tags navigation requests via doubleClick actions.
| -rw-r--r-- | ui/taglist.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/taglist.h b/ui/taglist.h index c5828f28..e5b9f177 100644 --- a/ui/taglist.h +++ b/ui/taglist.h @@ -150,7 +150,6 @@ class BINARYNINJAUIAPI TagList : public QTreeView, public FilterTarget QTimer* m_hoverTimer; QPoint m_hoverPos; - uint64_t m_curRefTarget = 0; bool m_navToNextOrPrevStarted = false; protected: |
