Skip to content

Commit

Permalink
fix: missing blur when clipped
Browse files Browse the repository at this point in the history
it maybe a bug for dtk, and we also don't need use clip.

Issue: linuxdeepin/developer-center#8468
  • Loading branch information
18202781743 committed May 9, 2024
1 parent d163d93 commit e0d5821
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion qml/FolderGridViewPopup.qml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ Popup {

SwipeView {
id: folderPagesView
clip: true

anchors.fill: parent

Expand Down
2 changes: 1 addition & 1 deletion qml/GridViewContainer.qml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ FocusScope {
ScrollBar.vertical: root.vScrollBar

anchors.fill: parent
clip: true
clip: false // TODO it maybe a bug for dtk, https://github.com/linuxdeepin/developer-center/issues/8468
highlightFollowsCurrentItem: true
keyNavigationEnabled: true
highlightMoveDuration: 150
Expand Down
1 change: 0 additions & 1 deletion qml/windowed/AppListView.qml
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,6 @@ FocusScope {
activeFocusOnTab: true
highlightFollowsCurrentItem: true
// displayMarginBeginning: -45
clip: true
focus: true

onActiveFocusChanged: {
Expand Down
1 change: 0 additions & 1 deletion qml/windowed/FreeSortListView.qml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ Item {
anchors.fill: parent
highlightFollowsCurrentItem: true

clip: true
highlight: Item {
FocusBoxBorder {
anchors {
Expand Down
1 change: 0 additions & 1 deletion qml/windowed/GridViewContainer.qml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ FocusScope {

anchors.centerIn: parent

clip: true
interactive: false
highlightFollowsCurrentItem: true
keyNavigationEnabled: true
Expand Down

0 comments on commit e0d5821

Please sign in to comment.