- getting rid of all the Options GUI and related functions as it is no longer supported

This commit is contained in:
Marius Stanciu
2019-11-04 22:06:06 +02:00
committed by Marius
parent e96129b5d1
commit cd7620c801
6 changed files with 151 additions and 680 deletions

View File

@@ -2099,7 +2099,7 @@ class FlatCAMExcEditor(QtCore.QObject):
"corner_snap": False,
"grid_gap_link": True
}
self.app.options_read_form()
self.options.update(self.app.options)
for option in self.options:
if option in self.app.options:

View File

@@ -3139,7 +3139,7 @@ class FlatCAMGeoEditor(QtCore.QObject):
"corner_snap": False,
"grid_gap_link": True
}
self.app.options_read_form()
self.options.update(self.app.options)
for option in self.options:
if option in self.app.options:

View File

@@ -2947,7 +2947,7 @@ class FlatCAMGrbEditor(QtCore.QObject):
"corner_snap": False,
"grid_gap_link": True
}
self.app.options_read_form()
self.options.update(self.app.options)
for option in self.options:
if option in self.app.options: