- some refactoring in signal connections in App.__init__()
- fixed issue with conenctiong twice the signals for the File Toolbar on the first execution of the program
This commit is contained in:
@@ -810,6 +810,7 @@ class FlatCAMDefaults:
|
||||
|
||||
def __init__(self, callback=lambda x: None, beta=True, version=8.9):
|
||||
"""
|
||||
Class that holds the default parameters used throughout the app.
|
||||
|
||||
:param callback: A method called each time that one of the values are changed in the self.defaults LouDict
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user