- 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:
Marius Stanciu
2020-11-09 16:40:30 +02:00
parent f9e7892249
commit 4d4735fff2
5 changed files with 207 additions and 152 deletions

View File

@@ -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
"""