B2024-073 Correct Object Reference Error that can occur in debug mode when utilizing Edit item from the Debug toolbar at the bottom of the application. Note - this bug is only in Debug Mode / Is not customer facing.
This commit is contained in:
parent
2e00693a33
commit
6561a11661
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user