- in Geometry Editor, in Move Tool and Copy Tool added UI's, move projection and cursor data. Also, now require acquiring reference point before the action.

This commit is contained in:
Marius Stanciu
2022-04-16 13:38:38 +03:00
committed by Marius
parent 34bb741335
commit 972d5c8836
4 changed files with 173 additions and 12 deletions

View File

@@ -130,7 +130,7 @@ class PathEditorUI:
# Project distance
self.project_line_lbl = FCLabel('%s:' % _("Length"))
self.project_line_lbl.setToolTip(
_("Length of the current segment.")
_("Length of the current segment/move.")
)
self.project_line_entry = NumericalEvalEntry(border_color='#0069A9')
grid_path.addWidget(self.project_line_lbl, 0, 0)