Modify ↓
Opened 4 years ago
Closed 4 years ago
#21156 closed defect (fixed)
[PATCH] disable value_template for multiple selection, fixes #20851, partial fix for #20861
| Reported by: | Owned by: | Don-vip | |
|---|---|---|---|
| Priority: | normal | Milestone: | 21.07 |
| Component: | Core | Version: | |
| Keywords: | value_template | Cc: |
Description
value_templates don't work well with multiple selected items because, as the command queue is currently implemented, we can only save the same value to all selected primitives, which is probably not what you want. This patch disables value_templates on multiple selection.
This patch provides "strong visual feedback" when a value_template changes a value that was set in advance, partially fixing #20861.
Also it fixes #20851.
Attachments (1)
Change History (3)
by , 4 years ago
| Attachment: | 21156.patch added |
|---|
comment:1 by , 4 years ago
| Milestone: | → 21.07 |
|---|---|
| Owner: | changed from to |
| Status: | new → assigned |
comment:2 by , 4 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.



In 18080/josm: