- Geo Editor: improving the selection and deletion - work in progress

This commit is contained in:
Marius Stanciu
2024-01-11 14:42:13 +02:00
parent 84460daa29
commit a130165f5d
4 changed files with 2538 additions and 2537 deletions

View File

@@ -2351,10 +2351,10 @@ class App(QtCore.QObject):
multi_tool = sel_id
self.log.debug("Editing MultiGeo Geometry with tool diameter: %s" % str(multi_tool))
self.geo_editor.edit_fcgeometry(edited_object, multigeo_tool=multi_tool)
self.geo_editor.edit_geometry(edited_object, multigeo_tool=multi_tool)
else:
self.log.debug("Editing SingleGeo Geometry with tool diameter.")
self.geo_editor.edit_fcgeometry(edited_object)
self.geo_editor.edit_geometry(edited_object)
# set call source to the Editor we go into
self.call_source = 'geo_editor'
@@ -2508,7 +2508,7 @@ class App(QtCore.QObject):
if edited_obj.kind == 'geometry':
obj_type = "Geometry"
self.geo_editor.update_fcgeometry(edited_obj)
self.geo_editor.update_editor_geometry(edited_obj)
# self.geo_editor.update_options(edited_obj)
# restore GUI to the Selected TAB