OSDN Git Service

LinGui: fix some issues with loading custom anamorphic settings from preset.
authorjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sat, 26 Jun 2010 22:54:36 +0000 (22:54 +0000)
committerjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sat, 26 Jun 2010 22:54:36 +0000 (22:54 +0000)
commitb487feefaff3787df17d9624961643e3be3c216b
tree5c31f7357970b8ec7229eb7bf6fcaab3c1f72888
parent5bd5883e77c02d14ba9045ec3e545ad335b1333a
LinGui: fix some issues with loading custom anamorphic settings from preset.
as the settings were incrementally loaded, each changing widget triggered
updates that could conflict with the preset values being loaded.

fix an issue with hight getting stuck at certain values.  Incorrect rounding
caused a recalculation that put height back to it's previous value.

git-svn-id: svn://localhost/HandBrake/trunk@3412 b64f7644-9d1e-0410-96f1-a4d463321fa5
gtk/src/callbacks.c
gtk/src/hb-backend.c
gtk/src/presets.c
gtk/src/settings.h