Skip to content

Commit 1ed97d4

Browse files
committed
[GraphEditor] AttributePin: Add a delay before displaying the tooltip
1 parent 78419fa commit 1ed97d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

meshroom/ui/qml/GraphEditor/AttributePin.qml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ RowLayout {
4545
ToolTip {
4646
text: attribute.fullName + ": " + attribute.type
4747
visible: nameLabel.hovered
48+
delay: 500
4849

4950
y: nameLabel.y + nameLabel.height
5051
x: nameLabel.x

0 commit comments

Comments
 (0)