Missing QQC2 on Tooltip in ImageDelegate was causing fullscreen image not to open.
This commit is contained in:
@@ -86,7 +86,7 @@ TimelineContainer {
|
||||
TapHandler {
|
||||
acceptedButtons: Qt.LeftButton
|
||||
onTapped: {
|
||||
img.ToolTip.hide()
|
||||
img.QQC2.ToolTip.hide()
|
||||
img.paused = true
|
||||
fullScreenImage.open()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user