Commit 100447e9 authored by Jacob Walser's avatar Jacob Walser

Hide PiP hide button unless mouse is over PiP window

parent 7621b659
......@@ -124,7 +124,7 @@ Item {
fillMode: Image.PreserveAspectFit
anchors.left: parent.left
anchors.bottom: parent.bottom
visible: !isHidden
visible: !isHidden && pipMouseArea.containsMouse
height: ScreenTools.defaultFontPixelHeight * 2.5
width: ScreenTools.defaultFontPixelHeight * 2.5
sourceSize.height: height
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment