mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-04 09:23:03 +00:00
fix: 任务栏日期tips不显示时间
当设置长日期的显示格式是第一种时,需要加入时间的显示 Log: 修复任务栏日期tips不显示时间的问题 Influence: 任务栏tips弹框 Bug: https://pms.uniontech.com/bug-view-147321.html Change-Id: I4b2a5e43b1adc4f58b8638e2e8a07b92f80f6bbd
This commit is contained in:
parent
94a55d3f58
commit
f9110a3e07
@ -267,7 +267,7 @@ void DatetimeWidget::updateDateTimeString()
|
||||
|
||||
switch (m_longDateFormatType) {
|
||||
case 0 :
|
||||
m_dateTime = longTimeFormat;
|
||||
m_dateTime = longTimeFormat + currentDateTime.toString(m_longTimeFormat);
|
||||
break;
|
||||
case 1:
|
||||
m_dateTime = longTimeFormat + QString(" ") + m_weekFormat + currentDateTime.toString(m_longTimeFormat);
|
||||
|
Loading…
x
Reference in New Issue
Block a user