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
David MacDonald
purr-data
Commits
18b0a08a
Commit
18b0a08a
authored
Jan 08, 2017
by
Jonathan Wilkes
Browse files
fix spacing
parent
1e0a0000
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/src/g_all_guis.c
View file @
18b0a08a
...
...
@@ -463,7 +463,7 @@ void iemgui_shouldvis(t_iemgui *x, int mode)
void
iemgui_size
(
t_iemgui
*
x
)
{
if
(
glist_isvisible
(
x
->
x_glist
))
if
(
glist_isvisible
(
x
->
x_glist
))
iemgui_shouldvis
(
x
,
IEM_GUI_DRAW_MODE_MOVE
);
}
...
...
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