Skip to content
Snippets Groups Projects
Commit 7193add2 authored by Fatih Uzunoğlu's avatar Fatih Uzunoğlu Committed by Rémi Denis-Courmont
Browse files

qml: disable activeFocusOnTab for context buttons

parent c315516b
No related branches found
No related tags found
1 merge request!2998qml: disable activeFocusOnTab for context buttons
Pipeline #296630 passed with stage
in 12 minutes and 33 seconds
......@@ -223,6 +223,8 @@ FocusScope {
font.underline: activeFocus
onClicked: root.contextMenuButtonClicked(this)
activeFocusOnTab: false
}
}
}
......
......@@ -227,6 +227,8 @@ T.Control {
var pos = contextButton.mapToGlobal(VLCStyle.margin_xsmall, contextButton.height / 2 + VLCStyle.fontHeight_normal)
delegate.contextMenuButtonClicked(this, delegate.rowModel, pos)
}
activeFocusOnTab: false
}
}
}
......
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