Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
GIMP
Commits
01e6a823
Commit
01e6a823
authored
Aug 15, 1998
by
scott
Browse files
Fixed a merge error. --sg
parent
85393964
Changes
3
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
01e6a823
Sat Aug 15 14:09:12 1998 Scott Goehring <scott@poverty.bloomington.in.us>
* app/transform_core.c (transform_core_do): Fixed a merge error
that I missed on the last commit.
* blend.c boundary.c by_color_select.c channel.c color_picker.c
convert.c drawable_cmds.c file_new_dialog.c flip_tool.c
floating_sel.c fuzzy_select.c gimage_mask.c gimpimage.c
...
...
app/tools/transform_core.c
View file @
01e6a823
...
...
@@ -1195,11 +1195,6 @@ transform_core_do (gimage, drawable, float_tiles, interpolation, matrix)
x2
=
x1
+
float_tiles
->
width
;
y2
=
y1
+
float_tiles
->
height
;
transform_point
(
matrix
,
x1
,
y1
,
&
dx1
,
&
dy1
);
transform_point
(
matrix
,
x2
,
y1
,
&
dx2
,
&
dy2
);
transform_point
(
matrix
,
x1
,
y2
,
&
dx3
,
&
dy3
);
transform_point
(
matrix
,
x2
,
y2
,
&
dx4
,
&
dy4
);
/* Find the bounding coordinates */
if
(
active_tool
&&
transform_tool_clip
())
{
...
...
app/transform_core.c
View file @
01e6a823
...
...
@@ -1195,11 +1195,6 @@ transform_core_do (gimage, drawable, float_tiles, interpolation, matrix)
x2
=
x1
+
float_tiles
->
width
;
y2
=
y1
+
float_tiles
->
height
;
transform_point
(
matrix
,
x1
,
y1
,
&
dx1
,
&
dy1
);
transform_point
(
matrix
,
x2
,
y1
,
&
dx2
,
&
dy2
);
transform_point
(
matrix
,
x1
,
y2
,
&
dx3
,
&
dy3
);
transform_point
(
matrix
,
x2
,
y2
,
&
dx4
,
&
dy4
);
/* Find the bounding coordinates */
if
(
active_tool
&&
transform_tool_clip
())
{
...
...
Write
Preview
Supports
Markdown
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