Skip to content

Commit 532c945

Browse files
committed
fix: modify when keep hiden animation has launched, has shadow and line.
as title. PMS-BUG-313787
1 parent 6f1c6ef commit 532c945

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

panels/dock/package/main.qml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ Window {
5959
D.DWindow.enabled: true
6060
D.DWindow.windowRadius: 0
6161
D.DWindow.borderWidth: 1
62+
//TODO:由于windoweffect重置有BUG,导致动画结束后一致保持无阴影,无borderwidth状态。先注释,等BUG(Kwin方面)解决后再修改。
63+
//D.DWindow.windowEffect: hideShowAnimation.running ? D.PlatformHandle.EffectNoShadow : 0
64+
//D.DWindow.borderWidth: hideShowAnimation.running ? 0 : 1
6265
D.DWindow.enableBlurWindow: Qt.platform.pluginName !== "xcb"
6366
D.DWindow.themeType: Panel.colorTheme
6467
D.DWindow.borderColor: D.DTK.themeType === D.ApplicationHelper.DarkType ? Qt.rgba(0, 0, 0, dock.blendColorAlpha(0.6) + 20 / 255) : Qt.rgba(0, 0, 0, 0.15)

0 commit comments

Comments
 (0)