Commit 50834d3
committed
fix(dialog): remove KWin blur from DialogWindow to fix dark theme issue
DialogWindow previously enabled KWin blur (enableBlurWindow: true)
unconditionally. When an application forces dark theme (e.g.,
dde-launchpad in fullscreen mode), the blur shows the dark background
through the dialog, making it appear dark even in light system theme.
Remove enableBlurWindow and set color to transparent directly, so
DialogWindow uses the standard DTK palette without KWin blur side
effects.
Bug: https://pms.uniontech.com/bug-view-359629.html1 parent df9e39f commit 50834d3
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | 22 | | |
24 | 23 | | |
25 | | - | |
| 24 | + | |
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
| |||
0 commit comments