diff --git a/pd/src/pd.tk b/pd/src/pd.tk index 53a940af255537c320f4dad5d771e96cdc58ca26..4672b8f9ed864e109b265bccbe23b49a1212b84a 100644 --- a/pd/src/pd.tk +++ b/pd/src/pd.tk @@ -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\;] } } }