mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
Tooltip: no longer needed to pass a screen explicitely
This commit is contained in:
+1
-1
@@ -144,7 +144,7 @@ Rectangle {
|
||||
root.hovered = true;
|
||||
root.entered();
|
||||
if (tooltipText) {
|
||||
TooltipService.show(screen, root, root.tooltipText);
|
||||
TooltipService.show(root, root.tooltipText);
|
||||
}
|
||||
}
|
||||
onExited: {
|
||||
|
||||
Reference in New Issue
Block a user