Fix image tooltip

display needs to be from the model and not from the Control
This commit is contained in:
Carl Schwan
2021-12-26 00:14:09 +01:00
parent 383b31c185
commit 5f41378214

View File

@@ -46,7 +46,7 @@ TimelineContainer {
fillMode: Image.PreserveAspectFit
ToolTip.text: display
ToolTip.text: model.display
ToolTip.visible: hoverHandler.hovered
HoverHandler {