Skip to content

Commit cee9634

Browse files
18202781743deepin-bot[bot]
authored andcommitted
fix: invalid cache for opacity
it's a bug for dtk in DDBusExtendedAbstractInterface, which is not initialize value when using userCache. pms:BUG-297195
1 parent 975be34 commit cee9634

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

applets/dde-appearance/appearanceapplet.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ void AppearanceApplet::initDBusProxy()
5959
}
6060

6161
m_interface->setSync(false);
62-
m_interface->setUseCache(true);
6362
QObject::connect(m_interface.data(), &org::deepin::dde::Appearance1::OpacityChanged, this, &AppearanceApplet::opacityChanged);
6463
}
6564

0 commit comments

Comments
 (0)