Skip to content
Snippets Groups Projects
Commit d2357fd9 authored by Fatih Uzunoğlu's avatar Fatih Uzunoğlu Committed by Jean-Baptiste Kempf
Browse files

qml: fix accidental tab change in toolbar editor

parent 744248f5
No related branches found
No related tags found
1 merge request!778qml: small corrections
......@@ -269,6 +269,9 @@ Rectangle{
color: VLCStyle.colors.buttonText
opacity: 0.75
x: -1
y: -1
onXChanged: {
if (Drag.active)
handleScroll(this)
......
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