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
David MacDonald
purr-data
Commits
32abb710
Commit
32abb710
authored
Jul 29, 2015
by
Jonathan Wilkes
Browse files
if a box is being edited when editmode changes, try to instantiate the box first
parent
6f4d148b
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/nw/pd_canvas.html
View file @
32abb710
...
...
@@ -775,7 +775,10 @@ function nw_create_patch_window_menus (name) {
editMenu
.
append
(
new
nw
.
MenuItem
({
label
:
l
(
'
menu.editmode
'
),
click
:
function
()
{
pdgui
.
pdsend
(
name
+
"
editmode 0
"
);
},
click
:
function
()
{
check_box_for_text
();
pdgui
.
pdsend
(
name
+
"
editmode 0
"
);
},
key
:
'
e
'
,
modifiers
:
"
ctrl
"
,
tooltip
:
l
(
'
menu.editmode_tt
'
)
...
...
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