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
nerrons
purr-data
Commits
b9e5855b
Commit
b9e5855b
authored
Dec 25, 2015
by
Jonathan Wilkes
Browse files
don't mess with scalar selection rect if we're erasing it
parent
754dfa64
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/src/g_scalar.c
View file @
b9e5855b
...
@@ -1045,7 +1045,7 @@ static void scalar_vis(t_gobj *z, t_glist *owner, int vis)
...
@@ -1045,7 +1045,7 @@ static void scalar_vis(t_gobj *z, t_glist *owner, int vis)
}
}
sys_unqueuegui
(
x
);
sys_unqueuegui
(
x
);
if
(
glist_isselected
(
owner
,
&
x
->
sc_gobj
))
if
(
vis
&&
glist_isselected
(
owner
,
&
x
->
sc_gobj
))
{
{
// we removed this because it caused infinite recursion
// we removed this because it caused infinite recursion
// in the scalar-help.pd example
// in the scalar-help.pd example
...
...
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