diff options
| author | George Marques | 2018-02-13 19:21:19 -0200 |
|---|---|---|
| committer | Hein-Pieter van Braam | 2018-02-19 22:18:22 +0100 |
| commit | a39930c5b909fa0794af65a9127ebfa668a31bb9 (patch) | |
| tree | fad781cb8236148b09c8a72e026106294e8578e2 /editor/plugins/spatial_editor_plugin.h | |
| parent | c94d8e65775a7a33531840fcd0af641a3be2dcd9 (diff) | |
| download | godot-a39930c5b909fa0794af65a9127ebfa668a31bb9.tar.gz godot-a39930c5b909fa0794af65a9127ebfa668a31bb9.tar.zst godot-a39930c5b909fa0794af65a9127ebfa668a31bb9.zip | |
Add a function to remove controls from containers
Closes #5968
(cherry picked from commit da69a0625333304e81e5d706d13e15ccbd414a52)
Diffstat (limited to '')
| -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 e12f7affb..55866cac9 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(); |
