]> granicus.if.org Git - handbrake/commitdiff
LinGui: don't enable PictureKeepRatio widget in auto-anamorphic
authorJohn Stebbins <jstebbins.hb@gmail.com>
Tue, 27 Dec 2016 18:43:04 +0000 (10:43 -0800)
committerJohn Stebbins <jstebbins.hb@gmail.com>
Tue, 27 Dec 2016 18:44:26 +0000 (10:44 -0800)
(cherry picked from commit ab56de22aa7a5ec03b1a506d2533f8d97497524f)

gtk/src/hb-backend.c

index 5f5076a49157e13d63369ec4c6dcdf194dad94fd..25d08f51cadf3bf7cab32fc3e657350681b37e38 100644 (file)
@@ -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");