Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

always_on_top hides the popup menu #75044

Closed
Juna-Idler opened this issue Mar 17, 2023 · 1 comment
Closed

always_on_top hides the popup menu #75044

Juna-Idler opened this issue Mar 17, 2023 · 1 comment
Labels

Comments

@Juna-Idler
Copy link

Godot version

4.0.1.rc1

System information

Windows10

Issue description

	get_window().always_on_top = true
	get_viewport().gui_embed_subwindows = false

	$PopupMenu.popup(Rect2(pos,Vector2.ZERO))

image
it's transparent window. I can't click the overlapping menu.

When I set always_on_top in the popup menu, it worked in a limited way, but I got scolded.
#75001

Steps to reproduce

see #75001

Minimal reproduction project

see #75001

@KoBeWi
Copy link
Member

KoBeWi commented Mar 19, 2023

Duplicate of #62382

@KoBeWi KoBeWi marked this as a duplicate of #62382 Mar 19, 2023
@KoBeWi KoBeWi closed this as not planned Won't fix, can't repro, duplicate, stale Mar 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants