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
David MacDonald
purr-data
Commits
ff6af207
Commit
ff6af207
authored
Oct 30, 2015
by
Jonathan Wilkes
Browse files
remove another scrollbar_update-- can't figure out what it's doing there
parent
58419177
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/src/g_editor.c
View file @
ff6af207
...
...
@@ -2592,7 +2592,11 @@ void canvas_vis(t_canvas *x, t_floatarg f)
canvas_destroy_editor
(
x
);
return
;
}
scrollbar_update
(
x
);
/* can't imagine why we're updating the scrollbar on a canvas
that's about to be unvis'd. Anyhow, if there happens to be some
weird scrollbar bug try uncommenting the following line (and please
documented why this has to be here if that's the case). */
//scrollbar_update(x);
glist_noselect
(
x
);
if
(
glist_isvisible
(
x
))
canvas_map
(
x
,
0
);
...
...
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