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

use value from context when copying variables from the editor widget (fix #30641) #36554

Merged
merged 1 commit into from
May 20, 2020
Merged

use value from context when copying variables from the editor widget (fix #30641) #36554

merged 1 commit into from
May 20, 2020

Conversation

alexbruy
Copy link
Contributor

Description

Long variable values are displayed as truncated (e.g. some_really_long_variable_valu... ) in the variable editor tree. Copying such values by selecting them and pressing Ctrl+C gives truncated text not full value.

Fixes #30641.

@alexbruy alexbruy added Bug Either a bug report, or a bug fix. Let's hope for the latter! backport release-3_10 labels May 19, 2020
@nyalldawson
Copy link
Collaborator

Fix looks good to me!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Copy of truncated variable copies truncated text, not original
2 participants