summaryrefslogtreecommitdiffstats
path: root/modules/openxr/editor/openxr_action_map_editor.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2024-02-23 22:18:50 +0100
committerRémi Verschelde <rverschelde@gmail.com>2024-02-23 22:18:50 +0100
commit4582ee1a0f3447531f8bf65d7e7d74fff7273b40 (patch)
treebd933ecf30a250dcfd956219812355fb9521d741 /modules/openxr/editor/openxr_action_map_editor.cpp
parentd71ee024917a56e0ee2f1de0a50f5dbc011b258d (diff)
parenteb6ca91ba6f04a4ff2e21b3ca097c92b6a68dbc8 (diff)
downloadredot-engine-4582ee1a0f3447531f8bf65d7e7d74fff7273b40.tar.gz
Merge pull request #87760 from kitbdev/extract-bottom-dock
Extract BottomPanel from EditorNode
Diffstat (limited to 'modules/openxr/editor/openxr_action_map_editor.cpp')
-rw-r--r--modules/openxr/editor/openxr_action_map_editor.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/openxr/editor/openxr_action_map_editor.cpp b/modules/openxr/editor/openxr_action_map_editor.cpp
index 15468a1c67..5dd737756a 100644
--- a/modules/openxr/editor/openxr_action_map_editor.cpp
+++ b/modules/openxr/editor/openxr_action_map_editor.cpp
@@ -33,6 +33,7 @@
#include "core/config/project_settings.h"
#include "editor/editor_node.h"
#include "editor/editor_settings.h"
+#include "editor/gui/editor_bottom_panel.h"
#include "editor/gui/editor_file_dialog.h"
#include "editor/themes/editor_scale.h"
@@ -356,7 +357,7 @@ void OpenXRActionMapEditor::_do_remove_interaction_profile_editor(OpenXRInteract
}
void OpenXRActionMapEditor::open_action_map(String p_path) {
- EditorNode::get_singleton()->make_bottom_panel_item_visible(this);
+ EditorNode::get_bottom_panel()->make_item_visible(this);
// out with the old...
_clear_action_map();