- fixed some bugs in Geometry Editor in regards of Buffer Tool

- fixed some issues in the Cutout Plugin by adding more checks
- fixed issues when loading files by dragging in the UI (caused by recent code refactoring)
This commit is contained in:
Marius Stanciu
2022-08-01 12:27:14 +03:00
committed by Marius
parent 4c22e52b08
commit 419330ee93
9 changed files with 72 additions and 194 deletions

View File

@@ -319,6 +319,11 @@ class RegisterFK(QtCore.QObject):
self.exc_list = extensions.exc_list
self.grb_list = extensions.grb_list
self.gcode_list = extensions.gcode_list
self.svg_list = extensions.svg_list
self.dxf_list = extensions.dxf_list
self.pdf_list = extensions.pdf_list
self.prj_list = extensions.prj_list
self.conf_list = extensions.conf_list
autocomplete_kw_list = self.options['util_autocomplete_keywords'].replace(' ', '').split(',')
self.myKeywords = self.tcl_commands_list + autocomplete_kw_list + self.tcl_keywords