[improvement] log can be opened from menu now (or focuses)

This commit is contained in:
2022-03-09 10:42:52 +01:00
parent 9036a9054e
commit be32f4f61d
2 changed files with 8 additions and 1 deletions

View File

@@ -131,6 +131,7 @@ class LogWidget(QtWidgets.QWidget):
def reset_error(self):
# used to make sure that write errors is finished before raising new Message box etc.
self.current_active_error = False
self.stderr.append(60*'#' + '\n\n')
def getDataType(parent):