update positioning in ListViewFocusController
This commit is contained in:
parent
727526b39a
commit
0bc762ccbf
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ void ListViewFocusController::viewAtCurrentIndex() const
|
|||
}
|
||||
case Section::Delegate: {
|
||||
QMetaObject::invokeMethod(m_listView, "positionViewAtIndex", Q_ARG(int, m_delegateIndex), // Index
|
||||
Q_ARG(int, 2)); // PositionMode (0 = Visible)
|
||||
Q_ARG(int, 6)); // PositionMode (0 = Beginning; 1 = Center; 2 = End; 3 = Visible; 4 = Contain; 5 = SnapPosition)
|
||||
break;
|
||||
}
|
||||
case Section::Footer: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue