修复打包失败
This commit is contained in:
parent
cd21f8eb0a
commit
23d94a67d5
@ -1386,7 +1386,7 @@ class CustomConsoleDockWidget(QWidget):
|
|||||||
# 帧率更新定时器
|
# 帧率更新定时器
|
||||||
self.fpsTimer = QTimer()
|
self.fpsTimer = QTimer()
|
||||||
self.fpsTimer.timeout.connect(self.updateFPS)
|
self.fpsTimer.timeout.connect(self.updateFPS)
|
||||||
self.fpsTimer.start(100) # 每秒更新一次
|
self.fpsTimer.start(105) # 每秒更新一次
|
||||||
|
|
||||||
toolbar.addStretch()
|
toolbar.addStretch()
|
||||||
layout.addLayout(toolbar)
|
layout.addLayout(toolbar)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user