From 3f017bc29cf077ac09447f11ad15719ab6fc99bd Mon Sep 17 00:00:00 2001 From: arch1t3cht Date: Tue, 27 Jun 2023 02:15:18 +0200 Subject: [PATCH] video zoom: Add pan_reset command to video context menu --- src/libresrc/default_menu.json | 3 ++- src/libresrc/osx/default_menu.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/libresrc/default_menu.json b/src/libresrc/default_menu.json index 8d2f6c55b..b90c5837d 100644 --- a/src/libresrc/default_menu.json +++ b/src/libresrc/default_menu.json @@ -218,6 +218,7 @@ { "command" : "video/frame/save/raw" }, { "command" : "video/frame/copy/raw" }, {}, - { "command" : "video/copy_coordinates" } + { "command" : "video/copy_coordinates" }, + { "command" : "video/pan_reset" } ] } diff --git a/src/libresrc/osx/default_menu.json b/src/libresrc/osx/default_menu.json index 75a9e4a03..5b45db847 100644 --- a/src/libresrc/osx/default_menu.json +++ b/src/libresrc/osx/default_menu.json @@ -227,6 +227,7 @@ { "command" : "video/frame/save/raw" }, { "command" : "video/frame/copy/raw" }, {}, - { "command" : "video/copy_coordinates" } + { "command" : "video/copy_coordinates" }, + { "command" : "video/pan_reset" } ] }