mirror of https://github.com/GNOME/gimp.git
app: tiny and completely irrelevant stylistic cleanup
This commit is contained in:
parent
ef4ab94a12
commit
4086932e8d
|
@ -225,11 +225,11 @@ gimp_image_convert_precision (GimpImage *image,
|
|||
g_object_unref (buffer);
|
||||
|
||||
nth_drawable++;
|
||||
|
||||
if (sub_progress)
|
||||
gimp_progress_set_value (sub_progress, 1.0);
|
||||
}
|
||||
|
||||
if (sub_progress)
|
||||
gimp_progress_set_value (sub_progress, 1.0);
|
||||
|
||||
gimp_image_undo_group_end (image);
|
||||
|
||||
gimp_image_precision_changed (image);
|
||||
|
|
Loading…
Reference in New Issue