From c920a88cdcc19ed42ab013c1ba2bb9ad41592ada Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Wed, 4 Mar 2026 23:30:58 -0600 Subject: [PATCH] GTK: add 'move' to the drop target actions Fixes #11175 --- src/apprt/gtk/ui/1.2/surface.blp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apprt/gtk/ui/1.2/surface.blp b/src/apprt/gtk/ui/1.2/surface.blp index d8483285f..55c54531c 100644 --- a/src/apprt/gtk/ui/1.2/surface.blp +++ b/src/apprt/gtk/ui/1.2/surface.blp @@ -221,7 +221,7 @@ Overlay terminal_page { DropTarget drop_target { drop => $drop(); - actions: copy; + actions: copy | move; } }