- fixed bug in FlatCAMObj.FlatCAMGeometry.ui_disconnect(); the widgets signals were not disconnected from handlers when required therefore the signals were connected in an exponential way
- some changes in the widgets used in the Selected tab for Geometry object - some PEP8 cleanup in FlatCAMObj.py
This commit is contained in:
@@ -2266,7 +2266,7 @@ class FlatCAMGUI(QtWidgets.QMainWindow):
|
||||
# try to disconnect the slot from Set Origin
|
||||
try:
|
||||
self.app.plotcanvas.vis_disconnect('mouse_press', self.app.on_set_zero_click)
|
||||
except:
|
||||
except TypeError:
|
||||
pass
|
||||
self.app.inform.emit("")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user