Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Ishan Kumar Kaler
purr-data
Commits
4bd1b3a6
Commit
4bd1b3a6
authored
Nov 12, 2017
by
Jonathan Wilkes
Browse files
hide the checkbox that disables menus since we haven't implemented it yet
parent
ce40703e
Changes
2
Hide whitespace changes
Inline
Side-by-side
pd/nw/dialog_canvas.html
View file @
4bd1b3a6
...
...
@@ -693,6 +693,10 @@ function register_window_id(gfxstub, attr_objects) {
}
init_arrays
(
pd_garray_attrs
);
// Disabling the menus does not yet work, so we hide that button for
// the moment
document
.
getElementsByClassName
(
"
no_menu
"
)[
0
].
style
.
setProperty
(
"
display
"
,
"
none
"
);
// We don't turn on rendering of the "container" div until
// We've finished displaying all the spans and populating the
// labels and form elements. That makes it snappier, at least
...
...
pd/nw/locales/en/translation.json
View file @
4bd1b3a6
...
...
@@ -305,9 +305,9 @@
"viewbox_offsets"
:
"viewbox offsets"
,
"arrays"
:
"array options"
},
"no_scroll"
:
"hide scrollbars"
,
"no_scroll"
:
"hide scrollbars
(experimental)
"
,
"no_scroll_tt"
:
"hide window scrollbars"
,
"no_menu"
:
"hide menu"
,
"no_menu"
:
"hide menu
(experimental)
"
,
"no_menu_tt"
:
"hide window menu"
,
"gop"
:
"graph on parent"
,
"gop_tt"
:
"show the inner contents of this canvas in a rectangle on the containing canvas"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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