Skip to content

Commit 5de3f78

Browse files
committed
Improve navigation fallback behavior when a navigation request is received and the current view is not binary data navigable.
1 parent 41e5de1 commit 5de3f78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/viewframe.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ class BINARYNINJAUIAPI ViewFrame : public QWidget
422422
QWidget* getCurrentWidget() const { return m_view; }
423423

424424
bool isGraphViewPreferred();
425-
void setPriorityView(const QString& viewType);
425+
void setPriorityView(const QString& viewType, bool isBinaryDataNavigable);
426426
bool setViewType(const QString& viewType);
427427
void focus();
428428

0 commit comments

Comments
 (0)