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
01e6a823
Commit
01e6a823
authored
Aug 15, 1998
by
scott
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed a merge error. --sg
parent
85393964
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
10 deletions
+3
-10
ChangeLog
ChangeLog
+3
-0
app/tools/transform_core.c
app/tools/transform_core.c
+0
-5
app/transform_core.c
app/transform_core.c
+0
-5
No files found.
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
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