diff options
| author | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2020-03-07 18:02:54 +0200 |
|---|---|---|
| committer | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2020-03-26 16:24:05 +0100 |
| commit | 15a9f94346c211b7afe96af500cb3405aabcf6b8 (patch) | |
| tree | 150287a257a89a0ff579bcc81baa75a0bbca8c79 /editor/editor_node.h | |
| parent | 197cb4e7718034aba35832a547477dfc858a7280 (diff) | |
| download | redot-engine-15a9f94346c211b7afe96af500cb3405aabcf6b8.tar.gz | |
Add macOS DisplayServer implementation.
Change global menu to use Callable, add support for check items and submenus.
Diffstat (limited to 'editor/editor_node.h')
| -rw-r--r-- | editor/editor_node.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editor/editor_node.h b/editor/editor_node.h index 88ebf4d475..21025f2a50 100644 --- a/editor/editor_node.h +++ b/editor/editor_node.h @@ -498,7 +498,8 @@ private: void _add_to_recent_scenes(const String &p_scene); void _update_recent_scenes(); void _open_recent_scene(int p_idx); - void _global_menu_action(const Variant &p_id, const Variant &p_meta); + void _global_menu_scene(const Variant &p_tag); + void _global_menu_new_window(const Variant &p_tag); void _dropped_files(const Vector<String> &p_files, int p_screen); void _add_dropped_files_recursive(const Vector<String> &p_files, String to_path); String _recent_scene; |
