video zoom: Add pan_reset command to video context menu
This commit is contained in:
parent
0f13a75a42
commit
3f017bc29c
2 changed files with 4 additions and 2 deletions
|
@ -218,6 +218,7 @@
|
||||||
{ "command" : "video/frame/save/raw" },
|
{ "command" : "video/frame/save/raw" },
|
||||||
{ "command" : "video/frame/copy/raw" },
|
{ "command" : "video/frame/copy/raw" },
|
||||||
{},
|
{},
|
||||||
{ "command" : "video/copy_coordinates" }
|
{ "command" : "video/copy_coordinates" },
|
||||||
|
{ "command" : "video/pan_reset" }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -227,6 +227,7 @@
|
||||||
{ "command" : "video/frame/save/raw" },
|
{ "command" : "video/frame/save/raw" },
|
||||||
{ "command" : "video/frame/copy/raw" },
|
{ "command" : "video/frame/copy/raw" },
|
||||||
{},
|
{},
|
||||||
{ "command" : "video/copy_coordinates" }
|
{ "command" : "video/copy_coordinates" },
|
||||||
|
{ "command" : "video/pan_reset" }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue