-
Notifications
You must be signed in to change notification settings - Fork 108
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
Duplicate area symbol after editing fill pattern rotation, copy, paste #1828
Comments
Thanks, Matthias, for the report. I've tried the procedure on my Linux test system and all area objects (cloned/duplicated and new ones) changed the pattern orientation to north after the last step. I'll try on Windows next. |
Hm, duplicating the object by Copy-and-Paste created a new symbol. That's why changing the property of the original symbol doesn't make a difference... |
... and it doesn't happen for "Duplicate" tool. @dlsdo I found bugs in the bug report 😄 |
Actually I didn't use the Duplicate tool, as I was not aware of it. I used copy and paste, and only there it is reproducible. |
The Duplicate tool is cheap (no clipboard involved). |
If you copy and paste an object where the pattern can be rotated and disable this symbol property afterwards, the pattern can still be rotated for exactly this 'copy&paste' symbol. |
1.) open forest sample.omap |
Reproducible also in v0.9.4. |
|
The name property is transient, only used by the symbol editor UI. It is not exported or imported. For proper merging of imported symbols, fill pattern comparison must ignore the name. Fixes GH-1828 (duplicate symbol after edit, copy, paste).
The name property is transient, only used by the symbol editor UI. It is not exported or imported. For proper merging of imported symbols, fill pattern comparison must ignore the name. Fixes GH-1828 (duplicate symbol after edit, copy, paste).
The name property is transient, only used by the symbol editor UI. It is not exported or imported. For proper merging of imported symbols, fill pattern comparison must ignore the name. Fixes GH-1828 (duplicate symbol after edit, copy, paste).
Steps to reproduce
rotate the pattern in both the objects, the original and the cloned onecreate a new pattern object and rotate its pattern as welledit the 409 symbol and uncheck 'adjustable per object'Actual behaviour
The pattern rotation for the original object is reset to north as well as for the newly created one, while the pattern rotation for the cloned object stays the same.For the pasted object, a new symbol is created and used on paste.
Configuration
Mapper Version: master v20201227.4, v0.9.4
The text was updated successfully, but these errors were encountered: