Fix ContextMenu Copy Error is off in MSBuild Panel

This commit is contained in:
Marius Hanl 2024-05-15 22:55:05 +02:00
parent 9f4dbc6456
commit 32be459e54

View file

@ -280,7 +280,7 @@ namespace GodotTools.Build
if (_problemsContextMenu.ItemCount > 0)
{
_problemsContextMenu.Position = (Vector2I)(_problemsTree.GlobalPosition + position);
_problemsContextMenu.Position = (Vector2I)(GetScreenPosition() + position);
_problemsContextMenu.Popup();
}
}