Fix image tooltip
display needs to be from the model and not from the Control
This commit is contained in:
@@ -46,7 +46,7 @@ TimelineContainer {
|
||||
|
||||
fillMode: Image.PreserveAspectFit
|
||||
|
||||
ToolTip.text: display
|
||||
ToolTip.text: model.display
|
||||
ToolTip.visible: hoverHandler.hovered
|
||||
|
||||
HoverHandler {
|
||||
|
||||
Reference in New Issue
Block a user