-
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 line symbol after editing properties, copy, paste #1837
Comments
This claim is too broad. 402 is an area symbol, so you just observe #1828 again. And the trigger for 1828 is not a particular property which you change: The trigger is the fact that you change a property in the symbol editor, before copy-and-paste. This explains why nobody noticed this before: a) The symbol editor isn't used so much. b) Without changes, nothing goes wrong. c) For serious work on symbol sets, you will do a copy of the symbol first, not copy-and-paste objects after changing the symbol. For line symbols (517), the symbol editor creates named PointSymbol for start, mid, dash and end symbol. So it is probably the same bug pattern. |
Treat empty point symbols like null point symbols. Resolves GH-1837 (duplicate line symbol after edit/copy/paste).
Treat empty point symbols like null point symbols. Resolves GH-1837 (duplicate line symbol after edit/copy/paste).
Note: this is similar to #1828
Steps to reproduce
Some affected symbols/properties:
402: change 'Minimum size' or 'Pattern interval' in Area settings(Duplicate area symbol after editing fill pattern rotation, copy, paste #1828)It seems that a lot of properties in line and area symbols are subject to this behaviour.
Actual behaviour
A new symbol is created
Configuration
Mapper Version: master v20201227.4
Operating System: Win7x64
The text was updated successfully, but these errors were encountered: