mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-03 00:15:21 +00:00
fix: 修复任务栏在时尚模式下,App的未激活状态下标显示错误
AppItem没有初始化系统主题,导致显示异常 Log: 修复任务栏在时尚模式下,App的未激活状态下标显示错误 Bug: https://pms.uniontech.com/zentao/task-view-77631.html Change-Id: Id560d30a35c42bcf15bd159c0839754207ce834d
This commit is contained in:
parent
07b6a455eb
commit
dba52c6549
@ -66,6 +66,7 @@ AppItem::AppItem(const QGSettings *appSettings, const QGSettings *activeAppSetti
|
||||
, m_updateIconGeometryTimer(new QTimer(this))
|
||||
, m_retryObtainIconTimer(new QTimer(this))
|
||||
, m_refershIconTimer(new QTimer(this))
|
||||
, m_themeType(DGuiApplicationHelper::instance()->themeType())
|
||||
{
|
||||
QHBoxLayout *centralLayout = new QHBoxLayout;
|
||||
centralLayout->setMargin(0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user