فهرست منبع

Merge pull request #71912 from KoBeWi/another_regression_DEAD

Fix plugins over not working
Rémi Verschelde 2 سال پیش
والد
کامیت
9ae7a2554c
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      editor/editor_node.cpp

+ 1 - 0
editor/editor_node.cpp

@@ -2112,6 +2112,7 @@ void EditorNode::edit_item(Object *p_object, Object *p_editing_owner) {
 				}
 			}
 			active_plugins[owner_id].insert(plugin);
+			editor_plugins_over->add_plugin(plugin);
 			plugin->edit(p_object);
 			plugin->make_visible(true);
 		}