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
Wynn
purr-data
Commits
b2382677
Commit
b2382677
authored
May 03, 2017
by
Jonathan Wilkes
Browse files
fix #272: ignore iemgui label size for bbox computation under legacy mode
parent
b7152611
Changes
1
Show whitespace changes
Inline
Side-by-side
pd/src/g_all_guis.c
View file @
b2382677
...
...
@@ -297,7 +297,7 @@ void iemgui_label_getrect(t_iemgui x_gui, t_glist *x,
int
*
xp1
,
int
*
yp1
,
int
*
xp2
,
int
*
yp2
)
{
//fprintf(stderr,"gop_redraw = %d\n", gop_redraw);
if
(
!
gop_redraw
)
if
(
!
gop_redraw
||
sys_legacy
)
{
//fprintf(stderr,"ignoring label\n");
return
;
...
...
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