-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: the taskbar display incorrectly #503
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[是否满足兼容性要求] Y
[是否满足commit提交规范] Y
[是否满足编码规范] Y
[Review结论] Pass
[Fail原因] N/A
@@ -140,8 +142,7 @@ void TimeWidget::onTimeout() | |||
} | |||
m_bRefresh = !m_bRefresh; | |||
QTime showTime(0, 0, 0); | |||
int time = m_baseTime.secsTo(QTime::currentTime()); | |||
showTime = showTime.addSecs(time); | |||
showTime = showTime.addMSecs(m_timerCount * 400); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
自己计算时间的话,建议添加到多线程里面去,或者修改时间停止录制视频。
During screen recording, the system time was modified, and the screen recorthe taskbar was displayed incorrectly Log: the temporal performance of recording gif Bug: https://pms.uniontech.com/bug-view-258049.html https://pms.uniontech.com/bug-view-263253.html
deepin pr auto review关键摘要:
是否建议立即修改:
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: add-uos, max-lvs The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/merge |
During screen recording, the system time was modified,
and the screen recorthe taskbar was displayed incorrectly
Log: the temporal performance of recording gif
Bug: https://pms.uniontech.com/bug-view-258049.html
https://pms.uniontech.com/bug-view-258049.html