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