app: code layout/typo fixes

The sort of things that only become visible *after* pushing.
This commit is contained in:
Ell
2016-08-09 21:52:24 +00:00
parent 5bdb20c839
commit 5663daa6e7
2 changed files with 3 additions and 3 deletions

View File

@ -199,8 +199,8 @@ gimp_display_shell_scroll_clamp_and_update (GimpDisplayShell *shell)
if (shell->disp_height < bounds_height)
{
min_offset_y = bounds_y
- shell->disp_height * OVERPAN_FACTOR;
min_offset_y = bounds_y -
shell->disp_height * OVERPAN_FACTOR;
max_offset_y = bounds_y + bounds_height -
shell->disp_height * (1.0 - OVERPAN_FACTOR);
}