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:43:04 -0800
commitab56de22aa7a5ec03b1a506d2533f8d97497524f (patch)
tree83c4eb7121ae50958972dab0202cf7634c7cd8e5 /gtk
parentd64dba737d0136b58545be33c50db093df1880c1 (diff)
LinGui: don't enable PictureKeepRatio widget in auto-anamorphic
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");