From 9f1ded021920a3187250e18fe08c7457be4417dd Mon Sep 17 00:00:00 2001 From: Peter LaFosse Date: Wed, 21 Jun 2023 16:12:15 -0400 Subject: Allow copy & copy-as to operate on 'full' string instead of string annotation --- ui/flowgraphwidget.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ui/flowgraphwidget.h') diff --git a/ui/flowgraphwidget.h b/ui/flowgraphwidget.h index 2344e2e9..392e8dd9 100644 --- a/ui/flowgraphwidget.h +++ b/ui/flowgraphwidget.h @@ -254,6 +254,7 @@ class BINARYNINJAUIAPI FlowGraphWidget : void disableZoom(); virtual void sendWheelEvent(QWheelEvent* event) override; + virtual bool canCopyWithTransform() override; virtual bool canCut() override; virtual bool canCopy() override; virtual bool canPaste() override; -- cgit v1.3.1