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
43652cfa
Commit
43652cfa
authored
Feb 11, 2016
by
Jonathan Wilkes
Browse files
use new nw.js API for toggling fullscreen
parent
680a6e91
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/nw/pd_canvas.js
View file @
43652cfa
...
...
@@ -1169,9 +1169,7 @@ function nw_create_patch_window_menus(gui, w, name) {
minit
(
m
.
view
.
fullscreen
,
{
click
:
function
()
{
var
win
=
gui
.
Window
.
get
();
var
fullscreen
=
win
.
isFullscreen
;
win
.
isFullscreen
=
!
fullscreen
;
pdgui
.
post
(
"
fullscreen is
"
+
fullscreen
);
win
.
toggleFullscreen
();
}
});
...
...
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