diff --git a/ecg_label_check.py b/ecg_label_check.py index 3628a2f..b3e2652 100644 --- a/ecg_label_check.py +++ b/ecg_label_check.py @@ -618,6 +618,7 @@ class MainWindow(QMainWindow, Ui_MainWindow): def textBrowser_update(self, message): self.textBrowser_infoOutput.append(str(datetime.now().strftime("%H:%M:%S")) + ": " + message) + self.textBrowser_infoOutput.verticalScrollBar().setValue(self.textBrowser_infoOutput.verticalScrollBar().maximum()) def autoplay_move_xlim(self): if self.autoplay_mode == "left" and self.autoplay_xlim_start < 0: