diff options
| author | George Marques <george@gmarqu.es> | 2018-02-13 19:21:19 -0200 |
|---|---|---|
| committer | George Marques <george@gmarqu.es> | 2018-02-13 19:35:10 -0200 |
| commit | da69a0625333304e81e5d706d13e15ccbd414a52 (patch) | |
| tree | 9279cc8faddc9ea5a72cf9219892e41a0c92f835 /editor/plugins/spatial_editor_plugin.h | |
| parent | 9f0cce840d9752535c2377b3004fadb78174e455 (diff) | |
| download | redot-engine-da69a0625333304e81e5d706d13e15ccbd414a52.tar.gz | |
Add a function to remove controls from containers
Closes #5968
Diffstat (limited to 'editor/plugins/spatial_editor_plugin.h')
| -rw-r--r-- | editor/plugins/spatial_editor_plugin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/plugins/spatial_editor_plugin.h b/editor/plugins/spatial_editor_plugin.h index e12f7affb7..55866cac99 100644 --- a/editor/plugins/spatial_editor_plugin.h +++ b/editor/plugins/spatial_editor_plugin.h @@ -605,6 +605,7 @@ public: UndoRedo *get_undo_redo() { return undo_redo; } void add_control_to_menu_panel(Control *p_control); + void remove_control_from_menu_panel(Control *p_control); VSplitContainer *get_shader_split(); HSplitContainer *get_palette_split(); |
