mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-03 00:15:21 +00:00
fix: 时尚模式时间日期tips有wayland默认tittle
时尚模式时间日期tips窗口wayland下未设置无边框属性 Log: 任务栏时尚模式时间日期tips窗口wayland下添加置无边框属性 Bug: https://pms.uniontech.com/bug-view-149173.html Influence: 任务栏时尚模式下时间日期tips是否显示正常 Change-Id: Id35ee366e0ad9f75d0b2f2e48fa12ea5e78a0845
This commit is contained in:
parent
a13a4f3b84
commit
2194af2f6b
@ -21,6 +21,7 @@
|
||||
#include "datetimedisplayer.h"
|
||||
#include "tipswidget.h"
|
||||
#include "dockpopupwindow.h"
|
||||
#include "utils.h"
|
||||
|
||||
#include <DFontSizeManager>
|
||||
#include <DDBusSender>
|
||||
@ -64,6 +65,9 @@ DateTimeDisplayer::DateTimeDisplayer(QWidget *parent)
|
||||
m_tipsTimer->start();
|
||||
updatePolicy();
|
||||
m_tipPopupWindow->hide();
|
||||
if (Utils::IS_WAYLAND_DISPLAY) {
|
||||
m_tipPopupWindow->setWindowFlags(m_tipPopupWindow->windowFlags() | Qt::FramelessWindowHint);
|
||||
}
|
||||
}
|
||||
|
||||
DateTimeDisplayer::~DateTimeDisplayer()
|
||||
|
Loading…
x
Reference in New Issue
Block a user