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
15248f85
Commit
15248f85
authored
Jan 04, 2017
by
Jonathan Wilkes
Browse files
hide inlets when [grid] object is displayed in a graph-on-parent subpatch
parent
d269e93d
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/nw/pdgui.js
View file @
15248f85
...
@@ -3684,10 +3684,12 @@ function gui_grid_new(cid, tag, x, y, is_toplevel) {
...
@@ -3684,10 +3684,12 @@ function gui_grid_new(cid, tag, x, y, is_toplevel) {
class
:
"
border
"
// now we can inherit the css border styles
class
:
"
border
"
// now we can inherit the css border styles
}),
}),
out_0
=
create_item
(
cid
,
"
rect
"
,
{
out_0
=
create_item
(
cid
,
"
rect
"
,
{
class
:
"
out_0
"
class
:
"
out_0
"
,
style
:
"
display:
"
+
(
is_toplevel
?
"
inline;
"
:
"
none;
"
)
}),
}),
out_1
=
create_item
(
cid
,
"
rect
"
,
{
out_1
=
create_item
(
cid
,
"
rect
"
,
{
class
:
"
out_1
"
class
:
"
out_1
"
,
style
:
"
display:
"
+
(
is_toplevel
?
"
inline;
"
:
"
none;
"
)
}),
}),
grid
=
create_item
(
cid
,
"
path
"
,
{
grid
=
create_item
(
cid
,
"
path
"
,
{
class
:
"
grid
"
class
:
"
grid
"
...
...
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