summaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorJohn Stebbins <[email protected]>2016-12-27 10:43:04 -0800
committerJohn Stebbins <[email protected]>2016-12-27 10:44:26 -0800
commitc4c81586e1564d395c809210dcd209b470d71073 (patch)
tree64ae9c5a226497ca68595bac4168eda6de78e3a7 /gtk
parentdfe3e83c44ae7a8ac7754e206fe8c29ee16129df (diff)
LinGui: don't enable PictureKeepRatio widget in auto-anamorphic
(cherry picked from commit ab56de22aa7a5ec03b1a506d2533f8d97497524f)
Diffstat (limited to 'gtk')
-rw-r--r--gtk/src/hb-backend.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/src/hb-backend.c b/gtk/src/hb-backend.c
index 5f5076a49..25d08f51c 100644
--- a/gtk/src/hb-backend.c
+++ b/gtk/src/hb-backend.c
@@ -3337,6 +3337,7 @@ ghb_picture_settings_deps(signal_user_data_t *ud)
pic_par = ghb_settings_combo_int(ud->settings, "PicturePAR");
enable_keep_aspect = (pic_par != HB_ANAMORPHIC_STRICT &&
+ pic_par != HB_ANAMORPHIC_AUTO &&
pic_par != HB_ANAMORPHIC_LOOSE);
keep_aspect = ghb_dict_get_bool(ud->settings, "PictureKeepRatio");
autoscale = ghb_dict_get_bool(ud->settings, "autoscale");