diff --git a/src/Umbraco.Web/umbraco.presentation/umbraco/controls/ContentTypeControlNew.ascx.cs b/src/Umbraco.Web/umbraco.presentation/umbraco/controls/ContentTypeControlNew.ascx.cs index 86f11eeb77..9173f9f681 100644 --- a/src/Umbraco.Web/umbraco.presentation/umbraco/controls/ContentTypeControlNew.ascx.cs +++ b/src/Umbraco.Web/umbraco.presentation/umbraco/controls/ContentTypeControlNew.ascx.cs @@ -76,10 +76,16 @@ namespace umbraco.controls LoadContentType(); SetupInfoPane(); - if (!HideStructure) + + if (HideStructure) + { + pnlStructure.Visible = false; + } + else { SetupStructurePane(); } + SetupGenericPropertiesPane(); SetupTabPane();