HasParent to Property rather than method
This commit is contained in:
parent
8804d367da
commit
533baae01c
@ -154,7 +154,7 @@ namespace VEPROMS
|
||||
// Setup as to which "tabs" to display on the property page
|
||||
// - the first (top) tree node shows different "tabs" than the
|
||||
// other folder type of tree nodes
|
||||
if (!_FolderConfig.HasParent())
|
||||
if (!_FolderConfig.HasParent)
|
||||
{
|
||||
// if we are at the top node of the tree, remove the Folder Property page tabs
|
||||
// that do not pertain to this level (top of tree)
|
||||
|
Loading…
x
Reference in New Issue
Block a user