diff options
Diffstat (limited to 'ui/stackview.h')
| -rw-r--r-- | ui/stackview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/stackview.h b/ui/stackview.h index 2f5c043c..934410f9 100644 --- a/ui/stackview.h +++ b/ui/stackview.h @@ -297,4 +297,5 @@ class BINARYNINJAUIAPI StackViewSidebarWidgetType : public SidebarWidgetType public: StackViewSidebarWidgetType(); SidebarWidget* createWidget(ViewFrame* frame, BinaryViewRef data) override; + virtual SidebarWidgetLocation defaultLocation() const override { return SidebarWidgetLocation::RightContent; } }; |
