Skip to content

Commit

Permalink
sync: from linuxdeepin/dtkdeclarative
Browse files Browse the repository at this point in the history
Synchronize source files from linuxdeepin/dtkdeclarative.

Source-pull-request: linuxdeepin/dtkdeclarative#393
  • Loading branch information
deepin-ci-robot authored and mhduiy committed Sep 6, 2024
1 parent 0ed6b59 commit 7a715ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions qt6/src/qml/FloatingPanel.qml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ Control {
radius: control.radius
hideSource: false
compositionMode: DTK.CompositionMode.Source
// The rounded corners are mainly clipped by the itemViewport above,
// and this is primarily used for rendering the interior pixels of the rectangle during the second pass.
// If anti-aliasing is enabled, it may result in extra pixels around the rounded edges, causing the clipping to be incomplete.
antialiasing: false
}
}
Expand Down

0 comments on commit 7a715ed

Please sign in to comment.