logic: Show non-indexed nodes within their parents and their childs
* Added support for access nodes without title
This commit is contained in:
@@ -330,6 +330,7 @@ GraphViewStyle::NodeMargins GraphViewStyle::getMarginsOfAccessNode(AccessKind ac
|
||||
switch (access)
|
||||
{
|
||||
case ACCESS_NONE:
|
||||
margins.top = 10;
|
||||
margins.minWidth = 30;
|
||||
break;
|
||||
case ACCESS_PUBLIC:
|
||||
|
||||
Reference in New Issue
Block a user