app: code layout/typo fixes
The sort of things that only become visible *after* pushing.
This commit is contained in:
parent
5bdb20c839
commit
5663daa6e7
2 changed files with 3 additions and 3 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -921,7 +921,7 @@ gimp_display_shell_untransform_viewport (GimpDisplayShell *shell,
|
|||
/* private functions */
|
||||
|
||||
/* Same as gimp_display_shell_transform_xy_f(), but doesn't do any rounding
|
||||
* for the transformed coordiantes.
|
||||
* for the transformed coordinates.
|
||||
*/
|
||||
static void
|
||||
gimp_display_shell_transform_xy_f_noround (GimpDisplayShell *shell,
|
||||
|
|
|
|||
Loading…
Reference in a new issue