diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2025-07-31 12:49:20 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2025-07-31 12:49:20 -0400 |
| commit | 3d5ac05a769ff4fef122ef1f9fe90c0c2b65b2e9 (patch) | |
| tree | b0b2e734b9ca0552d0bfb83c729c6fd86e5df9d7 /ui | |
| parent | 681d36a5595241b0ef27c5ef5d383dfd03da277d (diff) | |
fix initial focus in type browser
Diffstat (limited to 'ui')
| -rw-r--r-- | ui/typebrowser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/typebrowser.h b/ui/typebrowser.h index d0c3da7b..b2fdcab2 100644 --- a/ui/typebrowser.h +++ b/ui/typebrowser.h @@ -567,6 +567,7 @@ protected: void itemDoubleClicked(const QModelIndex& index); virtual void contextMenuEvent(QContextMenuEvent* event) override; virtual bool event(QEvent* event) override; + virtual void focusInEvent(QFocusEvent* event) override; }; class BINARYNINJAUIAPI TypeBrowserOptionsIconWidget : public QWidget |
