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
David MacDonald
purr-data
Commits
01136126
Commit
01136126
authored
Nov 16, 2013
by
Ivica Bukvic
Browse files
fixed cut/copy/paste regression with the text due to autorepeat filtering implementation
parent
96d6665f
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/src/pd.tk
View file @
01136126
...
...
@@ -7083,9 +7083,9 @@ proc pdtk_pastetext {} {
# we add first digit to ask for force getscroll as we limit the number of
# getscrolls we can get per second so last one is likely to be eaten up
# in the process
pd [concat pd pastetext 1 1 $keynum 0 0\;]
pd [concat pd pastetext 1 1 $keynum 0
0
0\;]
} else {
pd [concat pd pastetext 0 1 $keynum 0 0\;]
pd [concat pd pastetext 0 1 $keynum 0
0
0\;]
}
}
}
...
...
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