OSDN Git Service

MacGui: Fix Picture Preview crash when sizing below 16 pixels width or height.
authordynaflash <dynaflash@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Wed, 29 Aug 2007 14:26:57 +0000 (14:26 +0000)
committerdynaflash <dynaflash@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Wed, 29 Aug 2007 14:26:57 +0000 (14:26 +0000)
commit6e4c7c057253da11b00a5aaeacb38e5551f00306
tree37e2950b6829a689a279e2edf726f91be5d3ee47
parentda2826a7b34d6645840e1aa1ea63cb87906176df
MacGui: Fix Picture Preview crash when sizing below 16 pixels width or height.
- Set width and height stepper minimums to 32 px
- use sanity conditional for accessing hb_get_preview() so below 32 px either way the preview does not change
-  Used 32 threshold since afaik, no human being can discern any meaningful detail from a 32 px image anyway

git-svn-id: svn://localhost/HandBrake/trunk@892 b64f7644-9d1e-0410-96f1-a4d463321fa5
macosx/PictureController.mm