commit | ae6f1bb3f7f7cc90523f6fa184c52ee8d77d9bc5 | [log] [tgz] |
---|---|---|
author | Bryce Harrington <bryce@osg.samsung.com> | Tue Sep 08 19:24:12 2015 -0700 |
committer | Pekka Paalanen <pekka.paalanen@collabora.co.uk> | Wed Sep 09 10:07:27 2015 +0300 |
tree | 9e8065fd6ae0bb2f20aefec852db9bc90d1a05a4 | |
parent | 76287896408841428804ab94dce2adb8b0b896e3 [diff] |
clients: Fix height typo in clamp_view() We should be checking our scaled image height against the allocation height rather than the allocation width. Fixes vertical image motion when horizontal motion restricted, i.e. when window is wide and short compared to the image. Signed-off-by: Bryce Harrington <bryce@osg.samsung.com> Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>