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

[PropertyView] MultiValues of type 'text' disappear on save #165

Open
mpsonntag opened this issue Mar 14, 2019 · 1 comment
Open

[PropertyView] MultiValues of type 'text' disappear on save #165

mpsonntag opened this issue Mar 14, 2019 · 1 comment
Labels

Comments

@mpsonntag
Copy link
Contributor

On some occasions, when a Property contains multiple values of type text that also contain multiple lines and the document is saved to a file and loaded again, the multi values except for the very first will be lost. The first value will also be truncated and only contain the first line of the original value.

@mpsonntag mpsonntag added the bug label Mar 14, 2019
@fschrader1992
Copy link
Contributor

The problem seems to occur when setting the value, as after adding two values to the same property and closing the text editor, this error occurs:

Gtk-CRITICAL **: gtk_tree_view_unref_tree_helper: assertion 'node != NULL' failed

Adding several properties with only one value containing long text saves and reloads normally.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants