summaryrefslogtreecommitdiff
path: root/gtk2_ardour/video_timeline.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2013-04-04 00:51:03 +0200
committerRobin Gareus <robin@gareus.org>2013-04-04 01:05:49 +0200
commit1040801ffe7a4d51ebd1593b7552d5d2a71be7c7 (patch)
tree077f249ee8941d600a4047307572a0af96219f52 /gtk2_ardour/video_timeline.cc
parentddfc047f0e1578277f8e70c454df7b4f85904ff1 (diff)
vtl: video-monitor letterbox & orig-zoom to menu
Diffstat (limited to 'gtk2_ardour/video_timeline.cc')
-rw-r--r--gtk2_ardour/video_timeline.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk2_ardour/video_timeline.cc b/gtk2_ardour/video_timeline.cc
index d68df6bc2f..9cd9d35315 100644
--- a/gtk2_ardour/video_timeline.cc
+++ b/gtk2_ardour/video_timeline.cc
@@ -601,6 +601,10 @@ VideoTimeLine::gui_update(std::string const & t) {
editor->toggle_xjadeo_viewoption(5, 1);
} else if (t == "xjadeo-window-fullscreen-off") {
editor->toggle_xjadeo_viewoption(5, 0);
+ } else if (t == "xjadeo-window-letterbox-on") {
+ editor->toggle_xjadeo_viewoption(6, 1);
+ } else if (t == "xjadeo-window-letterbox-off") {
+ editor->toggle_xjadeo_viewoption(6, 0);
}
}