- in Preferences General, Gerber, Geometry, Excellon, CNCJob sections made all the input fields of type SpinBox (where possible)
- updated the Distance Tool utility geometry color to adapt to the dark theme canvas
This commit is contained in:
@@ -264,37 +264,4 @@ class TextEditor(QtWidgets.QWidget):
|
||||
self.app.inform.emit(_("Code Editor content copied to clipboard ..."))
|
||||
|
||||
# def closeEvent(self, QCloseEvent):
|
||||
# try:
|
||||
# self.code_editor.textChanged.disconnect()
|
||||
# except TypeError:
|
||||
# pass
|
||||
# try:
|
||||
# self.buttonOpen.clicked.disconnect()
|
||||
# except TypeError:
|
||||
# pass
|
||||
# try:
|
||||
# self.buttonPrint.clicked.disconnect()
|
||||
# except TypeError:
|
||||
# pass
|
||||
# try:
|
||||
# self.buttonPreview.clicked.disconnect()
|
||||
# except TypeError:
|
||||
# pass
|
||||
# try:
|
||||
# self.buttonFind.clicked.disconnect()
|
||||
# except TypeError:
|
||||
# pass
|
||||
# try:
|
||||
# self.buttonReplace.clicked.disconnect()
|
||||
# except TypeError:
|
||||
# pass
|
||||
# try:
|
||||
# self.button_copy_all.clicked.disconnect()
|
||||
# except TypeError:
|
||||
# pass
|
||||
# try:
|
||||
# self.buttonRun.clicked.disconnect()
|
||||
# except TypeError:
|
||||
# pass
|
||||
#
|
||||
# super().closeEvent(QCloseEvent)
|
||||
|
||||
Reference in New Issue
Block a user