- fixed a bug in conversion of any to Gerber in the section of Excellon conversion

- some PEP8 fixes
- fixed a bug due of recent chagnes in FileMenuHandlers class
This commit is contained in:
Marius Stanciu
2020-10-27 14:29:46 +02:00
parent fd7e47f60b
commit 64e06720b6
3 changed files with 89 additions and 54 deletions

View File

@@ -74,6 +74,9 @@ class TermWidget(QWidget):
self._delete_line.clicked.connect(self.on_delete_line_clicked)
def command_line(self):
return self._edit
def on_delete_line_clicked(self):
self._edit.clear()