This commit is contained in:
parent
5dc4b9f861
commit
9a87d41091
@ -1766,7 +1766,7 @@ namespace VEPROMS.CSLA.Library
|
||||
{
|
||||
get
|
||||
{
|
||||
if (_ActiveFormat == null) // jsj added check for NULL ActiveParent
|
||||
//if (_ActiveFormat == null) // jsj added check for NULL ActiveParent
|
||||
_ActiveFormat = (LocalFormat != null ? LocalFormat : (ActiveParent != null)? ActiveParent.ActiveFormat : null);
|
||||
//Console.WriteLine("Active {0}", (_ActiveFormat == null) ? "_ActiveFormat is null" : _ActiveFormat.Name);
|
||||
return _ActiveFormat;
|
||||
|
Loading…
x
Reference in New Issue
Block a user