Skip to content

Commit

Permalink
style: Add necessary code annotations
Browse files Browse the repository at this point in the history
as title

Log:
  • Loading branch information
mhduiy committed Sep 5, 2024
1 parent 8cb5678 commit 796ea2b
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 796ea2b

Please sign in to comment.