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" } ] }