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
Aayush
purr-data
Commits
f3ad2052
Commit
f3ad2052
authored
Apr 26, 2012
by
Ivica Bukvic
Browse files
Fixed minor bug in edit mode/performance mode behavior
parent
fbf33670
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/pd.tk
View file @
f3ad2052
...
...
@@ -1750,8 +1750,8 @@ proc menu_magicglass {name} {
proc menu_editmode {name} {
global k12_mode
if { $k12_mode == 1 } { menu_tooltips $name }
pd [concat $name editmode 0 \;]
if { $k12_mode == 1 } { menu_tooltips $name }
}
proc menu_tooltips {name} {
...
...
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