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
nerrons
purr-data
Commits
759b5f12
Commit
759b5f12
authored
Jul 03, 2016
by
Jonathan Wilkes
Browse files
remove early return for comment redrawing
parent
5f600422
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/src/g_text.c
View file @
759b5f12
...
...
@@ -2452,7 +2452,6 @@ void glist_eraseiofor(t_glist *glist, t_object *ob, char *tag)
// erase the whole gobj in the gui one go
void
text_erase_gobj
(
t_text
*
x
,
t_glist
*
glist
,
char
*
tag
)
{
if
(
x
->
te_type
==
T_TEXT
&&
!
glist
->
gl_edit
)
return
;
gui_vmess
(
"gui_gobj_erase"
,
"xs"
,
glist_getcanvas
(
glist
),
tag
);
}
...
...
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