- 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:
@@ -226,6 +226,11 @@ class ExclusionAreas(QtCore.QObject):
|
||||
e_shape_modified = QtCore.pyqtSignal()
|
||||
|
||||
def __init__(self, app):
|
||||
"""
|
||||
A class that create interdiction areas that need to be avoided by GCode
|
||||
|
||||
:param app: The main application
|
||||
"""
|
||||
super().__init__()
|
||||
|
||||
self.app = app
|
||||
|
||||
Reference in New Issue
Block a user