Development #410

Merged
djankowski merged 13 commits from Development into master 2024-09-17 12:03:23 -04:00
11 changed files with 31 additions and 16 deletions
Showing only changes of commit 5333b96c88 - Show all commits

View File

@@ -285,7 +285,7 @@ namespace Volian.Controls.Library
}
public EditItem ActiveParent
{
get { return _MyParentEditItem != null ? _MyParentEditItem : _MyPreviousEditItem.ActiveParent; }
get { return _MyParentEditItem != null ? _MyParentEditItem : _MyPreviousEditItem?.ActiveParent; }
}
/// <summary>
/// Return the Parent EditItem