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
nerrons
purr-data
Commits
30f8c6cf
Commit
30f8c6cf
authored
Oct 18, 2015
by
Jonathan Wilkes
Browse files
remove "Graph" from "Put" menu
parent
6b13f22c
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/nw/pd_canvas.js
View file @
30f8c6cf
...
...
@@ -1090,16 +1090,16 @@ function nw_create_patch_window_menus(name) {
type
:
'
separator
'
}));
putMenu
.
append
(
new
nw
.
MenuItem
({
label
:
l
(
'
menu.graph
'
),
click
:
function
()
{
update_live_box
();
pdgui
.
pdsend
(
name
,
"
dirty 1
"
);
// leaving out some placement logic... see pd.tk menu_graph
pdgui
.
pdsend
(
name
,
"
graph NULL 0 0 0 0 30 30 0 30
"
);
},
tooltip
:
l
(
'
menu.graph_tt
'
),
}));
//
putMenu.append(new nw.MenuItem({
//
label: l('menu.graph'),
//
click: function() {
//
update_live_box();
//
pdgui.pdsend(name, "dirty 1");
//
// leaving out some placement logic... see pd.tk menu_graph
//
pdgui.pdsend(name, "graph NULL 0 0 0 0 30 30 0 30");
//
},
//
tooltip: l('menu.graph_tt'),
//
}));
putMenu
.
append
(
new
nw
.
MenuItem
({
label
:
l
(
'
menu.array
'
),
...
...
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