优化了一些问题
This commit is contained in:
parent
d7195feff5
commit
58499e0ed5
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user