Skip to content

Popups appear in the wrong position with multiple displays #180

@elementbound

Description

@elementbound
  • Move Godot editor to second screen
  • Trigger popup e.g. with Ctrl+T
  • Popup appears not at the mouse but on the edge of the screen

Probable fix in go-to-test-command.gd:

	editor.popup_dialog(popup, Rect2i(
		DisplayServer.mouse_get_position(), #!!
		Vector2.ZERO
	))

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions