-
-
Notifications
You must be signed in to change notification settings - Fork 21.4k
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
Window node cannot be moved or resized in the editor (DisplayServer) #56872
Comments
Noticed this as well. To be a bit more specific – without looking into this specifically – it seems as if you're actually clicking through the window's canvas (e.g. selecting the parent node instead). So you can't select the window by clicking either. |
Confirmed on Linux, Version 4.0.3 C# |
Confirmed on Godot.v.4.3, windows 7 |
Still an issue for me on v4.3, as well as the latest 4.4 dev4 snapshot on Windows 11. Any updates on this? Not only are you unable to select the Window node itself via the viewport, but you are also unable to select any of its children. |
For nodes inside a Window, there is a PR to fix this and other issues about it, see |
Controls can be selected in the window node with latest 4.4 dev 7, BUT the window is still not selectable. This is a major disadvantage if you want to drag them to the perfect spot or even select it to edit it. I hope so much this can be fixed. |
Godot version
8958e1b
System information
W10
Issue description
Window node cannot be moved by dragging. Setting its position manually in the inspector does update the position.
Steps to reproduce
Create Window node
Try to move it, or resize it.
Minimal reproduction project
No response
The text was updated successfully, but these errors were encountered: