Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion qml/FullscreenFrame.qml
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ InputEventItem {
height: listviewPage.height

property int viewIndex: index

property alias gridViewIndex: gridViewContainer.currentIndex
SortProxyModel {
id: proxyModel
sourceModel: MultipageSortFilterProxyModel {
Expand Down Expand Up @@ -763,6 +763,9 @@ InputEventItem {
if (LauncherController.visible) return
// clear searchEdit text
searchEdit.text = ""
if (listviewPage.currentItem) {
listviewPage.currentItem.gridViewIndex = 0
}
// close folder popup
if (folderGridViewPopup.visible) folderGridViewPopup.close()
// reset(remove) keyboard focus
Expand Down