diff options
| author | volzhs | 2017-12-17 23:55:24 +0900 |
|---|---|---|
| committer | volzhs | 2017-12-17 23:55:24 +0900 |
| commit | 002a0271fe5ab8564cd08bcc74ec5c8082e1e080 (patch) | |
| tree | dd62dff5ac6affa8df77e8668d695a9d992d686a /editor/scene_tree_dock.h | |
| parent | 8821f9b750a59ca3ec7465ce54a472eb541d7181 (diff) | |
| download | godot-002a0271fe5ab8564cd08bcc74ec5c8082e1e080.tar.gz godot-002a0271fe5ab8564cd08bcc74ec5c8082e1e080.tar.zst godot-002a0271fe5ab8564cd08bcc74ec5c8082e1e080.zip | |
Show sub-resources as sub-menu
Diffstat (limited to '')
| -rw-r--r-- | editor/scene_tree_dock.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/scene_tree_dock.h b/editor/scene_tree_dock.h index 41d5bda18..6a281bb7e 100644 --- a/editor/scene_tree_dock.h +++ b/editor/scene_tree_dock.h @@ -119,6 +119,7 @@ class SceneTreeDock : public VBoxContainer { TextureRect *filter_icon; PopupMenu *menu; + PopupMenu *menu_subresources; ConfirmationDialog *clear_inherit_confirm; bool first_enter; |
