Tooltip: no longer needed to pass a screen explicitely

This commit is contained in:
ItsLemmy
2025-11-17 22:02:10 -05:00
parent 81c0c302d4
commit 66770625dd
19 changed files with 59 additions and 60 deletions
+1 -1
View File
@@ -144,7 +144,7 @@ Rectangle {
root.hovered = true;
root.entered();
if (tooltipText) {
TooltipService.show(screen, root, root.tooltipText);
TooltipService.show(root, root.tooltipText);
}
}
onExited: {