Skip to content

Commit 62570f7

Browse files
committed
raise sidebar widgets when focused
1 parent f5bf35d commit 62570f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ui/xreflist.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -651,6 +651,7 @@ class BINARYNINJAUIAPI CrossReferenceWidget : public SidebarWidget, public UICon
651651
virtual void startHoverTimer(QMouseEvent* e);
652652
virtual void keyPressEvent(QKeyEvent* e) override;
653653
virtual bool keyPressHandler(QKeyEvent* e);
654+
void showEvent(QShowEvent* event) override;
654655
void useTableView(bool tableView, bool init, bool updateSetting);
655656
bool tableView() const { return m_useTableView; }
656657
bool uiMaxItemsExceeded() const { return m_uiMaxItemsExceeded; }

0 commit comments

Comments
 (0)