diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2024-10-18 16:42:25 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2024-10-18 16:42:25 -0400 |
| commit | 62570f741c2bfb705a29389e0386541bff45dba6 (patch) | |
| tree | 97d2959b5851efbf77e09551c290b88f5a417090 /ui/xreflist.h | |
| parent | f5bf35d44a1a01d5edb476ddb7f4194344975890 (diff) | |
raise sidebar widgets when focused
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 2c875c97..eb4edc7e 100644 --- a/ui/xreflist.h +++ b/ui/xreflist.h @@ -651,6 +651,7 @@ class BINARYNINJAUIAPI CrossReferenceWidget : public SidebarWidget, public UICon virtual void startHoverTimer(QMouseEvent* e); virtual void keyPressEvent(QKeyEvent* e) override; virtual bool keyPressHandler(QKeyEvent* e); + void showEvent(QShowEvent* event) override; void useTableView(bool tableView, bool init, bool updateSetting); bool tableView() const { return m_useTableView; } bool uiMaxItemsExceeded() const { return m_uiMaxItemsExceeded; } |
