diff --git a/qml/FolderGridViewPopup.qml b/qml/FolderGridViewPopup.qml index 1e3ce726..b6e47788 100644 --- a/qml/FolderGridViewPopup.qml +++ b/qml/FolderGridViewPopup.qml @@ -129,7 +129,7 @@ Popup { SwipeView { id: folderPagesView - clip: true + // clip: false anchors.fill: parent diff --git a/qml/GridViewContainer.qml b/qml/GridViewContainer.qml index 5c8767ae..c5f83448 100644 --- a/qml/GridViewContainer.qml +++ b/qml/GridViewContainer.qml @@ -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 diff --git a/qml/windowed/AppListView.qml b/qml/windowed/AppListView.qml index 56f81c2f..f600c9b6 100644 --- a/qml/windowed/AppListView.qml +++ b/qml/windowed/AppListView.qml @@ -236,7 +236,6 @@ FocusScope { activeFocusOnTab: true highlightFollowsCurrentItem: true // displayMarginBeginning: -45 - clip: true focus: true onActiveFocusChanged: { diff --git a/qml/windowed/FreeSortListView.qml b/qml/windowed/FreeSortListView.qml index a33997f1..98ba7312 100644 --- a/qml/windowed/FreeSortListView.qml +++ b/qml/windowed/FreeSortListView.qml @@ -31,7 +31,6 @@ Item { anchors.fill: parent highlightFollowsCurrentItem: true - clip: true highlight: Item { FocusBoxBorder { anchors { diff --git a/qml/windowed/GridViewContainer.qml b/qml/windowed/GridViewContainer.qml index abe78dfd..3207fdf4 100644 --- a/qml/windowed/GridViewContainer.qml +++ b/qml/windowed/GridViewContainer.qml @@ -62,7 +62,6 @@ FocusScope { anchors.centerIn: parent - clip: true interactive: false highlightFollowsCurrentItem: true keyNavigationEnabled: true