Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIX] Fix copy to clipboard in "Data Table" widget #1808

Merged
merged 2 commits into from
Dec 9, 2016

Commits on Dec 9, 2016

  1. owtable: Fix copy selection to clipoard

    Did not work since 55d31c1
    due to ambiguous shortcut overload
    ales-erjavec committed Dec 9, 2016
    Configuration menu
    Copy the full SHA
    ed4dd92 View commit details
    Browse the repository at this point in the history
  2. owtable: Fix an TypeError when using PyQt5

    `PyQt5.QtCore.QByteArray` raises an TypeError if called with
    a `str.
    ales-erjavec committed Dec 9, 2016
    Configuration menu
    Copy the full SHA
    cc58931 View commit details
    Browse the repository at this point in the history