You've already forked godot
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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user