- getting rid of all the Options GUI and related functions as it is no longer supported
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user