Compare commits

..

No commits in common. "5333b96c88593990b8c7a7c200d293af4f35069d" and "2e00693a3303f19675cb5591231e99458275fe46" have entirely different histories.

View File

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