Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--calculate.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/calculate.py b/calculate.py
index 6b79e90..5288b23 100644
--- a/calculate.py
+++ b/calculate.py
@@ -738,7 +738,7 @@ class Calculate(ShareableActivity):
#_logger.info('text_copy, sel: %r, str: %s', sel, str)
if len(sel) == 2:
(start, end) = sel
- self.clipboard.set_text(str[start:end])
+ self.clipboard.set_text(str[start:end],-1)
def get_clipboard_text(self):
text = self.clipboard.wait_for_text()