Modify ↓
Opened 17 years ago
Closed 16 years ago
#1669 closed defect (fixed)
[PATCH] "Duplicate" destroys content of clipboard
Reported by: | anonymous | Owned by: | framm |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | Cc: |
Description
When I use the duplicate function (Ctrl+D) to create a copy of selected object, the content of clipboard is replaced by the copied object. This is usually unwanted (since I often have some tags stored in the clipboard, which I want later to apply via "Paste tags") and unexpected (In other programs, like Inkscape, the duplication function does not change contents of clipboard)
Attachments (1)
Change History (3)
by , 16 years ago
Attachment: | DontUseMainPastebufferForDuplicate.patch added |
---|
comment:1 by , 16 years ago
Summary: | "Duplicate" destroys content of clipboard → [PATCH] "Duplicate" destroys content of clipboard |
---|
Note:
See TracTickets
for help on using tickets.
This patch enables the copy/paste action to use any buffer. It changes the duplicateAction to use this new functionality.