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
Srashti Mittal
purr-data
Commits
a587d7fe
Commit
a587d7fe
authored
Mar 01, 2020
by
Jonathan Wilkes
Browse files
properly displace cyclone/Scope~ for tidy up (and possibly other fns)
parent
14b97803
Changes
1
Hide whitespace changes
Inline
Side-by-side
externals/miXed/cyclone/sickle/Scope.c
View file @
a587d7fe
...
...
@@ -572,8 +572,14 @@ static void scope_displace(t_gobj *z, t_glist *glist, int dx, int dy)
if
(
glist_isvisible
(
glist
))
{
t_canvas
*
cv
=
scope_getcanvas
(
x
,
glist
);
//sys_vgui(".x%x.c move %s %d %d\n", cv, x->x_tag, dx, dy);
//canvas_fixlinesfor(cv, t);
//sys_vgui(".x%x.c move %s %d %d\n", cv, x->x_tag, dx, dy)
gui_vmess
(
"gui_text_displace"
,
"xxii"
,
cv
,
x
,
dx
,
dy
);
canvas_fixlinesfor
(
cv
,
t
);
}
}
...
...
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