kobewi 2 лет назад
Родитель
Сommit
0d90b46b97
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);
 		}