You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 19:31:35 +00:00
Fix ContextMenu Copy Error is off in MSBuild Panel
This commit is contained in:
@@ -280,7 +280,7 @@ namespace GodotTools.Build
|
||||
|
||||
if (_problemsContextMenu.ItemCount > 0)
|
||||
{
|
||||
_problemsContextMenu.Position = (Vector2I)(_problemsTree.GlobalPosition + position);
|
||||
_problemsContextMenu.Position = (Vector2I)(GetScreenPosition() + position);
|
||||
_problemsContextMenu.Popup();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user