Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Aayush
purr-data
Commits
0dd399b6
Commit
0dd399b6
authored
Aug 02, 2012
by
Ivica Bukvic
Browse files
undo bug fix
parent
766c2ac0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/g_editor.c
View file @
0dd399b6
...
...
@@ -3343,7 +3343,7 @@ static void canvas_displaceselection(t_canvas *x, int dx, int dy)
//fprintf(stderr,"canvas_displaceselection %d %d\n", dx, dy);
t_selection
*
y
;
int
resortin
=
0
,
resortout
=
0
;
if
(
!
canvas_undo_already_set_move
)
if
(
!
canvas_undo_already_set_move
&&
x
->
gl_editor
->
e_selection
)
{
//canvas_setundo(x, canvas_undo_move, canvas_undo_set_move(x, 1),
// "motion");
...
...
@@ -4323,6 +4323,7 @@ static void canvas_paste_atmouse(t_canvas *x)
}
}
/* redraw objects */
canvas_undo_already_set_move
=
1
;
canvas_displaceselection
(
x
,
(
x
->
gl_editor
->
e_xwas
)
+
5
-
x1
,
(
x
->
gl_editor
->
e_ywas
)
-
y1
);
canvas_startmotion
(
x
);
}
...
...
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