Skip to content

Commit

Permalink
BUG: Add back the proxy object (current) Clipboard Text
Browse files Browse the repository at this point in the history
  • Loading branch information
bluss committed Feb 9, 2017
1 parent a59e2a9 commit bbd07c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kupfer/plugin/clipboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit bbd07c1

Please sign in to comment.