logic: save template parameters as child nodes with member access 'template parameter'
* added access node to graph for template parameters, no icon so far * don't reexpand function nodes with children when active before * removed console warnings for edges
This commit is contained in:
@@ -265,6 +265,9 @@ GraphViewStyle::NodeMargins GraphViewStyle::getMarginsOfAccessNode(TokenComponen
|
||||
case TokenComponentAccess::ACCESS_PRIVATE:
|
||||
margins.minWidth = 64;
|
||||
break;
|
||||
case TokenComponentAccess::ACCESS_TEMPLATE:
|
||||
margins.minWidth = 110;
|
||||
break;
|
||||
}
|
||||
|
||||
return margins;
|
||||
|
||||
Reference in New Issue
Block a user