Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Rohit Rajhans
purr-data
Commits
4bd1b3a6
Commit
4bd1b3a6
authored
Nov 12, 2017
by
Jonathan Wilkes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hide the checkbox that disables menus since we haven't implemented it yet
parent
ce40703e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
pd/nw/dialog_canvas.html
pd/nw/dialog_canvas.html
+4
-0
pd/nw/locales/en/translation.json
pd/nw/locales/en/translation.json
+2
-2
No files found.
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
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