1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00

Fix Floating Window request close when a dialog is opened

This commit is contained in:
Hilderin
2025-02-05 19:51:30 -05:00
parent a63a8b430b
commit a3d03717c0
9 changed files with 50 additions and 6 deletions

View File

@@ -76,6 +76,7 @@ protected:
public:
void embed_process(OS::ProcessID p_pid);
void reset();
void request_close();
void set_window_size(const Size2i p_window_size);
void set_keep_aspect(bool p_keep_aspect);