Skip to content

Commit

Permalink
Change wording in home/end moveCursor override
Browse files Browse the repository at this point in the history
  • Loading branch information
robbert-vdh committed Dec 17, 2022
1 parent 42304c7 commit 6fc130a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/widget/wlibrarytableview.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -311,8 +311,8 @@ QModelIndex WLibraryTableView::moveCursor(CursorAction cursorAction,
}
}
} break;
// By default the home and end keys move to the first and last column
// rather than the first and last row
// Make the home and end keys move to the first and last row rather than
// the first and last column (QAbstractItemView default)
case QAbstractItemView::MoveHome:
case QAbstractItemView::MoveEnd: {
const QModelIndex current = currentIndex();
Expand Down

0 comments on commit 6fc130a

Please sign in to comment.