- 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:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user