From bbd07c15d17cab62b261366757a56d81db4b9654 Mon Sep 17 00:00:00 2001 From: Ulrik Sverdrup Date: Thu, 9 Feb 2017 01:18:07 +0100 Subject: [PATCH] BUG: Add back the proxy object (current) Clipboard Text --- kupfer/plugin/clipboard.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kupfer/plugin/clipboard.py b/kupfer/plugin/clipboard.py index 5011c5a6a..a67414465 100644 --- a/kupfer/plugin/clipboard.py +++ b/kupfer/plugin/clipboard.py @@ -154,6 +154,8 @@ def _on_text_for_change(self, clip, text, is_selection): if is_selection: self.selected_text = text + if not is_selection or is_sync_selection: + self.clipboard_text = text self._prune_to_length(max_len) self.mark_for_update()