Skip to content

Commit

Permalink
fix: when compositing turned off a rounded corner border appears insi…
Browse files Browse the repository at this point in the history
…de the window

Issues: linuxdeepin/developer-center#8860
  • Loading branch information
zsien committed Jun 5, 2024
1 parent e9fbbdc commit 8d13c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qml/Main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ QtObject {
}
InsideBoxBorder {
anchors.fill: parent
radius: windowedFrameWindow.DWindow.windowRadius
radius: WindowManagerHelper.hasComposite ? windowedFrameWindow.DWindow.windowRadius : 0
}

color: "transparent"
Expand Down

0 comments on commit 8d13c8d

Please sign in to comment.