-
Notifications
You must be signed in to change notification settings - Fork 274
[Bug]: Drawing and Template regression #5941
Copy link
Copy link
Open
Labels
Description
Describe the Bug
PR #5926 introduces a regression which breaks the drawing and template improvements in develop and due in 1.19. i.e.
- no longer able to drop drawings/templates to a new location after selecting and dragging them
- no longer able to resize templates
- holding down ctrl when dragging a drawing causes a NPE error.
Originally posted in #5926 (comment)
To Reproduce
- Run a Develop or a current Nightly Build.
- Create a new map.
- Create a new drawing or template.
- Select the Drawing Pointer Tool or Template Pointer Tool.
- Try either:
5.1 dragging a drawable and dropping -> drawable does not drop.
5.2 resizing a template -> template does not change.
5.3 holding down ctrl when dragging a drawing -> causes a NPE error.
Expected Behaviour
Able to drag and drop drawings and templates.
Able to resize templates.
Able to drag drawings whilst snapping to grid.
Screenshots
e.g. NPE
MapTool Info
Develop or current Nightly Build
Desktop
No response
Additional Context
No response
Reactions are currently unavailable