Missing QQC2 on Tooltip in ImageDelegate was causing fullscreen image not to open.

This commit is contained in:
James Graham
2022-11-15 18:18:48 +00:00
parent 95bdaf7b3d
commit 5f93dca878

View File

@@ -86,7 +86,7 @@ TimelineContainer {
TapHandler {
acceptedButtons: Qt.LeftButton
onTapped: {
img.ToolTip.hide()
img.QQC2.ToolTip.hide()
img.paused = true
fullScreenImage.open()
}