Skip to content
Snippets Groups Projects
Commit c57f7217 authored by Pierre Lamot's avatar Pierre Lamot
Browse files

qml: fix navigation of VideoListDisplay

  isFocusOnContextButton no longer exists
parent ae1a5282
No related branches found
No related tags found
Loading
......@@ -75,19 +75,6 @@ Widgets.KeyNavigableTableView {
onActionForSelection: medialib.addAndPlay(model.getIdsForIndexes( selection ))
navigationLeft: function(index) {
if (isFocusOnContextButton )
isFocusOnContextButton = false
else
defaultNavigationLeft(index)
}
navigationRight: function(index) {
if (!isFocusOnContextButton)
isFocusOnContextButton = true
else
defaultNavigationRight(index)
}
Widgets.TableColumns {
id: tableColumns
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment