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

[FileDialog] Make set_visible compatible with native dialogs.

This commit is contained in:
bruvzg
2023-09-30 00:40:49 +03:00
parent 19890614c6
commit c52db6190c
3 changed files with 12 additions and 1 deletions

View File

@@ -171,6 +171,7 @@ protected:
static void _bind_methods();
public:
virtual void set_visible(bool p_visible) override;
virtual void popup(const Rect2i &p_rect = Rect2i()) override;
void popup_file_dialog();