No title for trees. They just block things
This commit is contained in:
parent
68d83fa07d
commit
529c967876
@ -1142,6 +1142,7 @@ namespace EduNetworkBuilder
|
|||||||
private List<string> DeviceCaptions(CaptionType What)
|
private List<string> DeviceCaptions(CaptionType What)
|
||||||
{
|
{
|
||||||
List<string> WhatToShow = new List<string>();
|
List<string> WhatToShow = new List<string>();
|
||||||
|
if (myType == NetworkComponentType.tree) return WhatToShow; //return nothing
|
||||||
switch(What)
|
switch(What)
|
||||||
{
|
{
|
||||||
case CaptionType.none:
|
case CaptionType.none:
|
||||||
|
Loading…
Reference in New Issue
Block a user