From 5de3f785fa125c91cb79c6016ac15a72e4f1ff81 Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Mon, 31 Mar 2025 07:46:50 -0400 Subject: Improve navigation fallback behavior when a navigation request is received and the current view is not binary data navigable. --- ui/viewframe.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/viewframe.h b/ui/viewframe.h index 01e833b5..db888ae4 100644 --- a/ui/viewframe.h +++ b/ui/viewframe.h @@ -422,7 +422,7 @@ class BINARYNINJAUIAPI ViewFrame : public QWidget QWidget* getCurrentWidget() const { return m_view; } bool isGraphViewPreferred(); - void setPriorityView(const QString& viewType); + void setPriorityView(const QString& viewType, bool isBinaryDataNavigable); bool setViewType(const QString& viewType); void focus(); -- cgit v1.3.1