mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
debug-viewer: Fix copying current line
This commit is contained in:
parent
2028291219
commit
70dcd99599
1 changed files with 1 additions and 1 deletions
|
@ -686,7 +686,7 @@ class Window (object):
|
|||
line_text = model.access_offset(line_offset).strip()
|
||||
line_text = Data.strip_escape(line_text)
|
||||
|
||||
self.clipboard.set_text(line_text)
|
||||
self.clipboard.set_text(line_text, -1)
|
||||
|
||||
@action
|
||||
def handle_edit_copy_message_action_activate(self, action):
|
||||
|
|
Loading…
Reference in a new issue