Bitcoin-Qt: copy via context-menu broken #2438

issue Diapolo opened this issue on April 1, 2013
  1. Diapolo commented at 12:56 PM on April 1, 2013: none

    Seems #2350 broke all context-menu copy actions for me on Windows, removing QClipboard::Selection from void copyEntryData() in guiutil.cpp solves this.

    I'm already using Qt5, perhaps the problem lies here. Can a non Linux user confirm or verify my problem?

  2. laanwj commented at 3:52 PM on April 1, 2013: member

    The Selection clipboard likely doesn't exist on windows.

    QClipboard::Clipboard   0   indicates that data should be stored and retrieved from the global clipboard.
    QClipboard::Selection   1   indicates that data should be stored and retrieved from the global mouse selection. Support for Selection is provided only on systems with a global mouse selection (e.g. X11).
    

    I think we should copy to both clipboards.

  3. Diapolo commented at 5:55 AM on April 2, 2013: none

    I'll try that and create a patch later, if QClipboard::Clipboard | QClipboard::Selection does the job.

  4. Diapolo closed this on Apr 3, 2013

  5. MarcoFalke locked this on Sep 8, 2021

github-metadata-mirror

This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-04-21 18:16 UTC

This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me