Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
GNOME
GIMP
Commits
942e1aa9
Commit
942e1aa9
authored
Jan 12, 2019
by
Ell
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
app: fix gimp_chunk_iterator_set_priority_rect()
parent
ee646716
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
app/core/gimpchunkiterator.c
app/core/gimpchunkiterator.c
+2
-1
No files found.
app/core/gimpchunkiterator.c
View file @
942e1aa9
...
...
@@ -270,7 +270,8 @@ gimp_chunk_iterator_set_priority_rect (GimpChunkIterator *iter,
{
iter
->
priority_rect
=
*
rect
;
gimp_chunk_iterator_merge
(
iter
);
if
(
gimp_chunk_iterator_prepare
(
iter
))
gimp_chunk_iterator_merge
(
iter
);
}
}
...
...
Ell
@ell
mentioned in commit
4cbec760
·
Jan 12, 2019
mentioned in commit
4cbec760
mentioned in commit 4cbec7608ff0d77d80af69c889eb99247cc5ee44
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment