Tooltip-TrayMenu: only use the simple mapToItem.

This commit is contained in:
ItsLemmy
2025-10-03 22:01:51 -04:00
parent ccebaa9b42
commit cc59362a1a
2 changed files with 2 additions and 9 deletions
+1 -1
View File
@@ -225,7 +225,7 @@ PopupWindow {
// Check bar position first
const barPosition = Settings.data.bar.position
const globalPos = entry.mapToGlobal(0, 0)
const globalPos = entry.mapToItem(null, 0, 0)
if (barPosition === "right") {
// Bar is on the right, prefer opening submenus to the left