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
2276384b
Commit
2276384b
authored
May 15, 2015
by
user
Browse files
fix the jump-on-click flag
parent
785f78ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/nw/dialog_canvas.html
View file @
2276384b
...
...
@@ -314,11 +314,11 @@
break
;
case
"
array_style
"
:
flag
&=
~
(
1
<<
2
);
// clear style bit 2...
flag
&=
~
(
1
<<
1
);
// ... and 1 ...
flag
&=
~
(
1
<<
1
);
// ... and
style bit
1 ...
flag
+=
(
2
*
value
);
// set them
break
;
case
"
array_jump
"
:
flag
&=
~
(
1
<<
3
);
flag
&=
~
(
1
<<
4
);
flag
+=
(
16
*
value
);
break
;
}
...
...
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