Making editors register with PropertyEditor

Move the SelectedObjectPanel out
This commit is contained in:
Lars Brubaker 2023-10-27 10:40:57 -07:00
parent 381cddf825
commit 9450bdbcf9
19 changed files with 651 additions and 494 deletions

View file

@ -131,7 +131,7 @@ namespace MatterHackers.MatterControl.DesignTools
if (sheetObject != null)
{
PublicPropertyEditor.AddWebPageLinkIfRequired(sheetObject, this, theme);
PropertyEditor.AddWebPageLinkIfRequired(sheetObject, this, theme);
}
}