diff options
| author | Peter LaFosse <peter@vector35.com> | 2023-06-21 16:12:15 -0400 |
|---|---|---|
| committer | Peter LaFosse <peter@vector35.com> | 2023-06-21 16:12:15 -0400 |
| commit | 9f1ded021920a3187250e18fe08c7457be4417dd (patch) | |
| tree | 3a118be14d5dccc7204b8f885618be5ce056e5ab /ui/linearview.h | |
| parent | 067e49d16da566d51edf2af77b9c8a0f796809d0 (diff) | |
Allow copy & copy-as to operate on 'full' string instead of string annotation
Diffstat (limited to 'ui/linearview.h')
| -rw-r--r-- | ui/linearview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/linearview.h b/ui/linearview.h index 9b2093ba..969dcd5f 100644 --- a/ui/linearview.h +++ b/ui/linearview.h @@ -445,6 +445,7 @@ public: virtual void followPointer(); + virtual bool canCopyWithTransform() override; virtual void cut() override; virtual void copy(TransformRef xform = nullptr) override; virtual void paste(TransformRef xform = nullptr) override; |
