forked from godotengine/godot
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Godot version
System information
Windows 10 x64
Issue description

I guess sub-windows should inherit the always_on_top flag.
Steps to reproduce
- Add any node with popup menu (e.g. TextEdit)
- Enable always_on_top in project settings
- Disable embed_subwindows
- Run
- Open the popup menu (right-click TextEdit etc)
Minimal reproduction project
No response