Provide a summary of your changes including motivation and context.
If these changes fix a bug or resolves a feature request, be sure to link to that issue.
Fixes bug in printer message receiver management that left multiple receivers registered to save multiple observations linked to non-active plots
Modifies print observations to save number of label copies as value, rather than label size
Refines trait layout spinners to put the most-changed value first (copies), keep the order consistent regardless of size, and reduce number of spinners must be scrolled to on smaller screens
Closes #943
Type of change
What type of changes does your code introduce? Put an x in boxes that apply.
[ ] CHANGE (fix or feature that would cause existing functionality to not work as expected)
[ ] FEATURE (non-breaking change which adds functionality)
[x] BUGFIX (non-breaking change which fixes an issue)
[x] ENHANCEMENT (non-breaking change which improves existing functionality)
[ ] NONE (if none of the other choices apply. Example, tooling, build system, CI, docs, etc.)
Checklist:
[ ] I have performed a self-review of my code
[ ] I have commented my code, particularly in hard-to-understand areas
[ ] I have updated relevant documentation
Changelog entry
Please add a one-line changelog entry below. This will be copied to the changelog file during the release process.
Description
Provide a summary of your changes including motivation and context. If these changes fix a bug or resolves a feature request, be sure to link to that issue.
Closes #943
Type of change
What type of changes does your code introduce? Put an
x
in boxes that apply.CHANGE
(fix or feature that would cause existing functionality to not work as expected)FEATURE
(non-breaking change which adds functionality)BUGFIX
(non-breaking change which fixes an issue)ENHANCEMENT
(non-breaking change which improves existing functionality)NONE
(if none of the other choices apply. Example, tooling, build system, CI, docs, etc.)Checklist:
Changelog entry
Please add a one-line changelog entry below. This will be copied to the changelog file during the release process.