Changes between Initial Version and Version 1 of Ticket #21730, comment 10
- Timestamp:
- 2022-01-03T20:30:50+01:00 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21730, comment 10
initial v1 1 I think I understand now better.2 "Orthogonalize Shape" and "Orthogonalize Shape / Undo" both use the same icon "ortho" in the constructor and don't provide a specific `toolbarId`. In this case the icon name is used as `toolbarId` and my code change probably removes the duplicated entry.3 I am not sure but I think there should be a warning logged when different actions use the same `toolbarId` and the code for the corresponding actions should be fixed?


