Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
purr-data
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
brittney allen
purr-data
Commits
f606e821
Commit
f606e821
authored
9 years ago
by
Jonathan Wilkes
Browse files
Options
Downloads
Patches
Plain Diff
ported: "*made messages and comments redraw when they are manually changed"
from pd-l2ork: 7ad47e188a941508b92e3c96bc9e05432fbb88f7
parent
f649398e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pd/src/g_text.c
+8
-0
8 additions, 0 deletions
pd/src/g_text.c
with
8 additions
and
0 deletions
pd/src/g_text.c
+
8
−
0
View file @
f606e821
...
...
@@ -2628,6 +2628,14 @@ void text_setto(t_text *x, t_glist *glist, char *buf, int bufsize, int pos)
binbuf_text
(
x
->
te_binbuf
,
buf
,
bufsize
);
binbuf_free
(
b
);
// we redraw retexted messages and comments so that they visually
// match their stack position (namely, they are now on top)
if
(
glist_istoplevel
(
glist
))
{
gobj_vis
(
&
x
->
te_g
,
glist
,
0
);
gobj_vis
(
&
x
->
te_g
,
glist
,
1
);
}
//probably don't need this here, but doesn't hurt to leave it in
glob_preset_node_list_seek_hub
();
glob_preset_node_list_check_loc_and_update
();
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment