From a5219d45d532f8a8e70281e51c08a5bf6ce0e686 Mon Sep 17 00:00:00 2001 From: Relintai Date: Sun, 3 Sep 2023 13:23:16 +0200 Subject: [PATCH] Never show text for the Convert Rooms button. --- editor/plugins/spatial_editor_plugin.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/editor/plugins/spatial_editor_plugin.cpp b/editor/plugins/spatial_editor_plugin.cpp index 351313349..d26fcec88 100644 --- a/editor/plugins/spatial_editor_plugin.cpp +++ b/editor/plugins/spatial_editor_plugin.cpp @@ -5004,6 +5004,7 @@ void SpatialEditor::select_gizmo_highlight_axis(int p_axis) { } void SpatialEditor::show_advanced_portal_tools(bool p_show) { + /* // toolbar button Button *const button = tool_button[TOOL_CONVERT_ROOMS]; if (p_show) { @@ -5011,6 +5012,7 @@ void SpatialEditor::show_advanced_portal_tools(bool p_show) { } else { button->set_text(""); } + */ } void SpatialEditor::update_portal_tools() {