- in Geometry Editor fixed an angle issue in the Circle sub-tool
- in Geometry Editor made sure that when using the Move sub-tool if there is no shape selected, when clicking to get selection that point is also used as reference for the Move command
This commit is contained in:
@@ -1950,6 +1950,7 @@ class FCMove(FCShapeTool):
|
||||
self.selection_shape = self.selection_bbox()
|
||||
# self.draw_app.plot_all()
|
||||
self.draw_app.app.inform.emit(_("Click on reference location ..."))
|
||||
self.set_origin(point)
|
||||
return
|
||||
|
||||
if self.origin is None:
|
||||
|
||||
Reference in New Issue
Block a user