dde-calendar
dde-calendar copied to clipboard
fix: dialog window display position error
日历在日程右键删除时, 弹出的确认对话框会显示在左上角 目前推测是窗口的问题, 先在应用层的临时解决
Issues: https://github.com/linuxdeepin/developer-center/issues/10141
TAG Bot
TAG: 5.14.3 EXISTED: no DISTRIBUTION: unstable
/integrate
deepin pr auto review
关键摘要:
- 在
CScheduleCtrlDlg::changeEvent函数中使用QTimer::singleShot来延迟设置固定高度可能会导致用户体验不佳,因为对话框会在一个很小的延迟后出现,这可能会让人感到操作响应缓慢。 - 代码中没有对
QTimer::singleShot的回调函数进行错误处理,如果设置高度的函数执行过程中发生异常,可能会导致未处理的初始化问题。 - 提交信息中的时间戳格式不正确,应该使用ISO 8601格式,例如
YYYY-MM-DD HH:MM:SS。
是否建议立即修改:
- 是
AutoIntegrationPr Bot auto integrate with pr url: https://github.com/deepin-community/Repository-Integration/pull/1839 PrNumber: 1839 PrBranch: auto-integration-10244442812
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: BLumia, myml
The full list of commands accepted by this bot can be found here.
Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment